-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle using Webpack #4692
Bundle using Webpack #4692
Conversation
Don't register components twice.
In the meantime we can use: cd themes-default/slim
yarn webpack && yarn gulp sync |
- api.js - router.js - store.js - axios - http-vue-loader - vue - vue-async-computed - vue-in-viewport-mixin - vue-js-toggle-button - vue-meta - vue-native-websocket - vue-router - vuex
@sharkykh can we try and get this merged today? |
@@ -4,10 +4,10 @@ | |||
"name": "slim", | |||
"author": "p0psicles", | |||
"scripts": { | |||
"gulp": "gulp", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this as yarn gulp
is the same even if you don't have this.
d64e25d
to
60aefb6
Compare
60aefb6
to
2344421
Compare
Please don't forget to update the WIKI. |
I know this is a crappy single commit with loads of changes but I just wanted feedback before I continue.
This should work out of the box in the dark theme. Do not run any gulp commands, etc. or it'll break as I've had to manually change a few things after the sync.