Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Minify assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Apr 18, 2019
1 parent 6694eca commit a666cf3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions resources/assets/js/hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ import VueLazyload from 'vue-lazyload'
import Language from './services/Locale/Language';
import candyhub from './candyhub';

Vue.mixin({
methods: {
route: route
}
});

Vue.use(Vuex);
Vue.use(VueLazyload, {
lazyComponent: true
Expand Down
2 changes: 1 addition & 1 deletion resources/build/js/candyhub.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/build/js/hub.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/build/js/setup.js

Large diffs are not rendered by default.

0 comments on commit a666cf3

Please sign in to comment.