Browse Source

Merge branch 'develop' of github.com:laravel/laravel into develop

Conflicts:
	gulpfile.js
Taylor Otwell 10 years ago
parent
commit
163e51640e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -12,7 +12,7 @@ var elixir = require('laravel-elixir');
  */
 
 elixir(function(mix) {
-    mix.sass("app.scss")
+    mix.sass('app.scss')
        .publish(
             'jquery/dist/jquery.min.js',
             'public/js/vendor/jquery.js'