Skip to content

Commit

Permalink
Disable JS checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 22, 2019
1 parent 81fba47 commit f574aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ php:
not-name:
- index.php
- server.php
js: true
css: true
3 changes: 2 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ const mix = require('laravel-mix');
|
*/

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

0 comments on commit f574aa7

Please sign in to comment.