-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Color's classes not included when building app #970
Comments
Upgrading quasar-cli to 0.6.4 fix the problem. |
OK, back on this issue : ** upgrade quasar-cli is not the solution ** Any idea how to skip this feature (I thonk it's not Quasar himselft, but something around webpack) ? |
OK : see quasarframework/quasar-template-default#45 for managing purified classes... |
Software version
Quasar: 0.14.4
OS: Linux
Node: 6.11.3
NPM: 5.4.2
Browsers: Chrome, FF, IE, ...
iOS: Not tested
Android:
Any other software related to your bug:
What did you get as the error?
Color's classes are not there after building.
What were you expecting?
Color's classes to be there :o)
What steps did you take, to get the error?
Simple scenario :
Modify the Hello.vue to add class "bg-orange-3" to the
npm run dev
=> Everything is OK, I have my ugly orange in the nice toolbarnpm run build
+ run via any http server => **NOT OK, My ugly orange is not there **I inspected the css file generated by the build => There no class named "orange-3" or "bg-orange-3"...
The text was updated successfully, but these errors were encountered: