No browsersync? And where's the compiler? #730
currentcreative
started this conversation in
General
Replies: 1 comment 1 reply
-
Theme uses scssphp and compiles source by itself everytime again when something in the .scss files has changed. There is no npm here. If you do not want to use scssphp compiler, you can simply disable it by a filter and use compiler of your choice. Everything about the compiler is written down here https://bootscore.me/documentation/theme/bootstrap-css-sass/.
Not supported |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Coming from Understrap, I was impressed to see all the plugins included in Bootscore, but I was pretty surprised by the lack of commands needed to do different things like create a distributable version of the theme without npm modules and lack of browser sync.
• Are there no npm modules in this thing? I don't see any. How does it work?
• I'm confused where the compiler is. If I upload both of these themes to my server, am I going to be uploading a bunch of unnecessary compiler scripts to my production site?
• How can I get browsersync working on this child theme?
Beta Was this translation helpful? Give feedback.
All reactions