2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-20 03:10:32 +03:00
This commit is contained in:
rawilk
2020-08-30 21:20:31 -05:00
parent 19af14b9fc
commit b7760ae2d5
5 changed files with 84 additions and 3 deletions
+4
View File
@@ -1,4 +1,8 @@
const mix = require('laravel-mix');
const fs = require('fs');
// Cleanup the old scripts, since we'll be re-hashing them.
fs.rmdirSync(__dirname + '/../docs/scripts', { recursive: true });
mix
.js('js/index.js', 'dist/vue-context-demos.js')