Skip to content

Commit

Permalink
Making Websites With October CMS - Part 37 - Laravel Mix and Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Dorić committed Apr 20, 2017
1 parent 32bfcb6 commit 86ea1a9
Show file tree
Hide file tree
Showing 15 changed files with 1,943 additions and 82 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esversion": 6
}
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ elixir(function(mix){
'themes/olympos/assets/compiled/css/style.css',
'themes/olympos/**/*.htm',
'themes/olympos/assets/compiled/js/*.js'
])
]);

})
});
Loading

0 comments on commit 86ea1a9

Please sign in to comment.