Use unminified css
This commit is contained in:
@@ -1,21 +1,14 @@
|
|||||||
{
|
{
|
||||||
"main": "toastr",
|
"main": "toastr",
|
||||||
"registry": "github",
|
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["toastr.js", "toastr.css"],
|
||||||
"build/toastr.min.css",
|
|
||||||
"toastr"
|
|
||||||
],
|
|
||||||
"shim": {
|
"shim": {
|
||||||
"toastr": {
|
"toastr": {
|
||||||
"deps": [
|
"deps": ["jquery", "./toastr.css!"],
|
||||||
"jquery",
|
|
||||||
"./build/toastr.min.css!"
|
|
||||||
],
|
|
||||||
"exports": "toastr"
|
"exports": "toastr"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "toastr",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery",
|
||||||
|
"css": "github:systemjs/plugin-css"
|
||||||
|
},
|
||||||
|
"files": ["toastr.js", "build/toastr.css"],
|
||||||
|
"shim": {
|
||||||
|
"toastr": {
|
||||||
|
"deps": ["jquery", "./build/toastr.css!"],
|
||||||
|
"exports": "toastr"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user