Skip to content
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

move CSS build to webpack #9983

Merged
merged 2 commits into from
Jan 28, 2020
Merged

move CSS build to webpack #9983

merged 2 commits into from
Jan 28, 2020

Commits on Jan 27, 2020

  1. move CSS build to webpack

    - added new 'make webpack' target
    - deprecated 'make js' and 'make css'
    - extend webpack config to load the less files
    - updated docs
    
    I had to rename the source file of `arc-green.less` to avoid generating
    a useless JS entrypoint via webpack-fix-style-only-entries which would
    not work with different source/destination filenames. I hear that there
    should be cleaner solutions possible once we upgrade to Webpack 5.
    silverwind committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    cbceca4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    e8e3d4d View commit details
    Browse the repository at this point in the history