mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-20 03:10:32 +03:00
wip
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user