Skip to content

Commit

Permalink
allow inclusion of vue-app
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 10, 2017
1 parent f8f4b7d commit 65ff96a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/asgard/core/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
'moment.js' => ['theme' => 'vendor/admin-lte/plugins/daterangepicker/moment.min.js'],
'clipboard.js' => ['theme' => 'vendor/clipboard/dist/clipboard.min.js'],
'simplemde.js' => ['theme' => 'vendor/simplemde/dist/simplemde.min.js'],
'vue-app.js' => ['cdn' => mix('js/app.js')],
],

/*
Expand Down Expand Up @@ -160,6 +161,8 @@
'pace.js',
'selectize.js',
'main.js',
// Un-comment the vue-app dependency to include VueJS
// 'vue-app.js',
],
],

Expand Down

0 comments on commit 65ff96a

Please sign in to comment.