Skip to content

Commit

Permalink
Compiling assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 10, 2017
1 parent 4d5cc86 commit d25a86a
Show file tree
Hide file tree
Showing 8 changed files with 42,273 additions and 2 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
41,981 changes: 41,981 additions & 0 deletions public/js/app.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/js/app.js": "/js/app.js"
}
3 changes: 1 addition & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ let mix = require('laravel-mix');
|
*/

mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');
mix.js('resources/assets/js/app.js', 'public/js');

0 comments on commit d25a86a

Please sign in to comment.