Finally fixed the Gulp build process

This commit is contained in:
James Brooks
2015-01-02 14:29:07 +00:00
parent 92d16aa7f8
commit 152dda8b46
5 changed files with 18447 additions and 71 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
{
"devDependencies": {
"gulp": "^3.8.8",
"gulp-changed": "1.1.0",
"gulp-jshint": "1.9.0",
"jshint-stylish": "1.0.0",
"laravel-elixir": "*"
"gulp-rimraf": "0.1.1",
"laravel-elixir": "*",
"laravel-elixir-jshint": "0.1.6"
}
}