We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8f918 commit 819f01eCopy full SHA for 819f01e
gulpfile.js
@@ -12,5 +12,6 @@ var elixir = require('laravel-elixir');
12
*/
13
14
elixir(function(mix) {
15
- mix.sass('app.scss');
+ mix.sass('main.scss');
16
+ .coffee('module.coffee');
17
});
0 commit comments