Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@trubesv is right, you can simply use a CDN to work with Bulma, but if you're editing Bulma files, you could always import the sass file you need, compile it into a single CSS file that you can link to and upload. You can write NPM scripts to do that
-
@trubesv @codeandcookies good point, but I'm customising the sass variables so didn't want to use the CDN link. Jekyll has good support for sass built in so wanted to make use of it if I could.
-
shdw9507y@chrisrhymes damn it's for Bitbucket only. Sorry about that. It's probably coming for Github soon.
https://bitbucket.org/product/...
Related Rants
Updated my personal site to use bulma CSS framework last night. Pushed it all up, then realised github pages doesn't do npm install before it builds the site. So there was no CSS for a bit.
The only way around was to commit node modules folder to git repo. Feels wrong but better than having no CSS.
I guess that's what happens when you use a free service 😁
undefined
github pages
css
updates