Skip to content

Commit 819f01e

Browse files
committed
Set up build process
1 parent 8e8f918 commit 819f01e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ var elixir = require('laravel-elixir');
1212
*/
1313

1414
elixir(function(mix) {
15-
mix.sass('app.scss');
15+
mix.sass('main.scss');
16+
.coffee('module.coffee');
1617
});

0 commit comments

Comments
 (0)