adding nprogress

This commit is contained in:
Jarred de Beer
2013-12-17 22:24:08 +02:00
parent f87a4c3ee0
commit a142b3c7b6
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"main": "nprogress",
"files": ["nprogress.js", "nprogress.css"],
"shim": {
"nprogress": {
"imports": ["./nprogress.css!"]
}
},
"buildConfig": {
"uglify": true
}
}
+1
View File
@@ -30,6 +30,7 @@
"modernizr": "github:Modernizr/Modernizr", "modernizr": "github:Modernizr/Modernizr",
"moment": "github:moment/moment", "moment": "github:moment/moment",
"mustache": "github:janl/mustache.js", "mustache": "github:janl/mustache.js",
"nprogress": "github:rstacruz/nprogress",
"ratchet": "github:maker/ratchet", "ratchet": "github:maker/ratchet",
"raphael": "github:DmitryBaranovskiy/raphael", "raphael": "github:DmitryBaranovskiy/raphael",
"respond": "github:scottjehl/Respond", "respond": "github:scottjehl/Respond",