We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aee673 commit 8e270ecCopy full SHA for 8e270ec
index.html
@@ -8,7 +8,6 @@
8
<link rel="stylesheet" href="release/css/app.css" />
9
<link rel="stylesheet" href="release/css/icons/general_foundicons.css">
10
<link rel="stylesheet" href="release/css/styles.css" />
11
-<script src="vendors/custom.modernizr.js"></script>
12
</head>
13
<body>
14
<div class="row">
toaster.coffee
@@ -1,6 +1,7 @@
1
toast 'src'
2
exclude: ['src/spec']
3
vendors: [
4
+ 'vendors/custom.modernizr.js'
5
'vendors/jquery-1.7.2.min.js'
6
'vendors/underscore.js'
7
'vendors/sugar-1.3.min.js'
0 commit comments