Update to elixir 3.3.1, removed unused elixir.json format bower.json

This commit is contained in:
Joseph Cohen
2015-10-04 21:23:12 -05:00
parent af7258d54f
commit 01ed08dcb1
4 changed files with 22 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
var elixir = require('laravel-elixir');
elixir.config.production = true;
elixir.config.sourcemaps = false;
elixir(function (mix) {