Commit 909f063c authored by Vincent Klaiber's avatar Vincent Klaiber

Add npm scripts

parent d359343c
{ {
"private": true, "private": true,
"devDependencies": { "scripts": {
"gulp": "^3.9.1" "postinstall": "gulp --production",
"prod": "gulp --production",
"dev": "gulp watch"
}, },
"dependencies": { "devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0", "laravel-elixir": "^5.0.0",
"bootstrap-sass": "^3.0.0" "bootstrap-sass": "^3.0.0"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment