timestamp-brunch
Version:
Add timestamp to avoid the cache. JS/CSS
21 lines (19 loc) • 477 B
JSON
{
"name": "brunch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"auto-reload-brunch": "^1.8.1",
"brunch": "^2.1.3",
"timestamp-brunch": "*",
"javascript-brunch": "^1.8.0",
"livescript-brunch": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "npm install && bower install && brunch build -e dev"
},
"author": "",
"license": "ISC"
}