-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Example of importing selected components #100
Comments
Rather than trying to build your own bundle like that you should instead be installing it into your project with NPM and then include the relevant import lines for the plugins you need within your main JS entry point. You'll then have to pass it through your own build process to deal with the bundling and transpiling. Alternatively if you would prefer to go down the route you're taking. You can use |
Thank you for the quick support. I am trying to build a new Bulma.js for inclusion in a Drupal project, so I used I'm running Windows 10 with node 12.16.3 installed via Ubuntu 18.04 in WSL.
|
Please could you try with the latest 0.10 version? 0.11 is still currently in development and has not been released yet. It has breaking API changes which are currently undocumented. |
I tried
|
Hey @ptmkenny, I've pushed up 0.10.4 which should resolve this. Please let me know you get on. |
Thank you so much! That did it! |
Hi, thanks for developing this. This is a newbie question, but I am trying to create a bulma.js that includes just the dropdown, file, and navbar components.
I read the [https://bulmajs.tomerbe.co.uk/docs/0.10/1-getting-started/2-installation/](documentation here).
I downloaded the project locally, ran
npm install
, and then editedsrc/bulma.js
as follows:Now I want to generate a new version of bulma.js in dist, but I don't know what command to use.
I would appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: