Include build folder in files array

This commit is contained in:
Josh Graham
2015-10-02 21:19:47 -05:00
parent ee2d40f821
commit 0263c7c04e
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
},
"files": ["toastr.js", "toastr.css"],
"files": ["toastr.js", "toastr.css", "build"],
"shim": {
"toastr": {
"deps": ["jquery", "./toastr.css!"],
@@ -5,7 +5,7 @@
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
},
"files": ["toastr.js", "build/toastr.css"],
"files": ["toastr.js", "build"],
"shim": {
"toastr": {
"deps": ["jquery", "./build/toastr.css!"],