diff --git a/bower.json b/bower.json index b5f7f57f1..f390584dc 100644 --- a/bower.json +++ b/bower.json @@ -1,22 +1,22 @@ { - "name": "Cachet", - "dependencies": { - "animate-sass": "~0.6.2", - "autosize": "~3.0.12", - "bootstrap-sass": "~3.3.5", - "chartjs": "~1.0.1", - "eonasdan-bootstrap-datetimepicker": "~3.1.3", - "humane-js": "~3.2.2", - "ionicons": "~2.0.0", - "jquery": "~2.1.1", - "jquery-minicolors": "~2.1.10", - "jquery-serialize-object": "~2.5.0", - "jquery-sparkline": "~2.1.3", - "livestampjs": "~1.1.2", - "lodash": "~3.10.1", - "messenger": "~1.4.1", - "moment": "~2.10.6", - "Sortable": "~1.3.0", - "sweetalert": "~1.1.0" - } + "name": "Cachet", + "dependencies": { + "animate-sass": "~0.6.2", + "autosize": "~3.0.12", + "bootstrap-sass": "~3.3.5", + "chartjs": "~1.0.1", + "eonasdan-bootstrap-datetimepicker": "~3.1.3", + "humane-js": "~3.2.2", + "ionicons": "~2.0.0", + "jquery": "~2.1.1", + "jquery-minicolors": "~2.1.10", + "jquery-serialize-object": "~2.5.0", + "jquery-sparkline": "~2.1.3", + "livestampjs": "~1.1.2", + "lodash": "~3.10.1", + "messenger": "~1.4.1", + "moment": "~2.10.6", + "Sortable": "~1.3.0", + "sweetalert": "~1.1.0" + } } diff --git a/elixir.json b/elixir.json deleted file mode 100644 index 8ccd46023..000000000 --- a/elixir.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "bowerDir": "vendor/bower_components", - "cssOutput": "public/dist/css", - "jsOutput": "public/dist/js", - "production": true -} diff --git a/gulpfile.js b/gulpfile.js index 5b972784d..8c1174846 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,6 @@ var elixir = require('laravel-elixir'); +elixir.config.production = true; elixir.config.sourcemaps = false; elixir(function (mix) { diff --git a/package.json b/package.json index a17df9f2c..63670098d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "bower": "~1.4.1", "gulp": "~3.9.0", - "laravel-elixir": "~3.1.1", + "laravel-elixir": "~3.3.1", "laravel-elixir-jshint": "~0.1.7" }, "private": true