-
Notifications
You must be signed in to change notification settings - Fork 21
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
Question: livingcss usage with Webpack #25
Comments
@Kamilius we have started today with an webpack implementation as plugin. maybe its interesting for you. https://github.com/Riodigital-de/livingcss-webpack-plugin we already got the basics work. to see it in action just clone it and: for simple example:
then open http://127.0.0.1:8080/styleguide/buttons.html for fs-styles example:
then open http://127.0.0.1:8080/styleguide it already supports to choose wich chunks should be included, hot-reload in dev-server and preprocess function. |
FYI today we implemented
now we have all base features integrated and the next steps are:
|
FYI we renamed the repo to styleguide-webpack-plugin because we plan to integrate other solutions like fabricator for component development. the fs-style example was removed for the sake of simplicity. the repo now lives here: https://github.com/Riodigital-de/styleguide-webpack-plugin. we stop to implement new features now and write docs and some tests. |
NIce! |
Nice, thanks @onceatime |
Hi,
if you have an experience with making livingcss work alongside webpack, could you help me providing a simple example of how this can be achieved?
The text was updated successfully, but these errors were encountered: