Skip to content

Commit

Permalink
Remove elixir config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jul 29, 2016
1 parent 5803963 commit faf9147
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
var elixir = require('laravel-elixir');

elixir.config.production = true;
elixir.config.sourcemaps = false;

elixir(function (mix) {
mix
.sass('app.scss', 'public/dist/css/app.css')
Expand Down

0 comments on commit faf9147

Please sign in to comment.