-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
move fomantic target, update 'make help' #9945
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
Conversation
I'd like to run webpack without fomantic in the prereqs so move it to the `generate` target.
Codecov Report
@@ Coverage Diff @@
## master #9945 +/- ##
==========================================
- Coverage 42.28% 42.27% -0.02%
==========================================
Files 608 608
Lines 79393 79411 +18
==========================================
- Hits 33574 33569 -5
- Misses 41677 41701 +24
+ Partials 4142 4141 -1
Continue to review full report at Codecov.
|
Could you also add reference to |
I plan to merge the |
I'd like to run webpack without fomantic in the prereqs so move it to the
generate
target.I can see why @lunny added it to js/css but I think it's better for now to separate those to be able to individually call those steps.