Add user setup to installer

This commit is contained in:
Nabeel Shahzad
2017-12-29 16:56:46 -06:00
parent 50da3a9e54
commit 7cd4bf5ffb
24 changed files with 28377 additions and 41 deletions

View File

@@ -85,6 +85,17 @@ mix.styles([
.sourceMaps();
/**
* INSTALLER VENDOR FILES
*/
mix.scripts([
'node_modules/lodash/lodash.js',
'node_modules/jquery/dist/jquery.js',
'node_modules/pjax/pjax.js',
], 'public/assets/system/js/installer-vendor.js');
/**
* DEFAULT SKIN FRONTEND FILES
*/