-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove dependency to npm #7
Labels
enhancement
New feature or request
Comments
DuaelFr
pushed a commit
that referenced
this issue
Feb 28, 2019
Change-Id: Id2e491b17ef1af822379b724b53827ff2b622901
Npm dependency has been removed. |
It's a good start but it lacks a documentation for actual installations i think. I could throw a curse word like BC but i won't =). |
To be discussed in #9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having to require NPM in the build process is probably not a good idea if you operate with a lightweight process or wants to build just the prod sites. Requiring NPM to build the CSS is overkilled. Just being able to plug to it if you want to compile the theme seems like a smoother approach.
The text was updated successfully, but these errors were encountered: