Files
sage/assets/manifest.json
Austin Pray e2091ef880 Implement JSON file based asset pipeline
Adds manifest.json which contains all of the mappings for the assets
ref: https://github.com/roots/roots/pull/1138#issuecomment-62593715

Prune and update NPM deps
2014-11-24 12:42:41 -06:00

23 lines
360 B
JSON

{
"dependencies": {
"theme": {
"scripts": [
"scripts/**/*",
"scripts/main.js"
],
"styles": "styles/main.less",
"editorStyle": "styles/editor-style.less"
},
"vendor": {
"scripts": [],
"styles": []
}
},
"ignoreDependencies": {
"bower": [
"jquery",
"modernizr"
]
}
}