Skip to content
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

Use rollup.js instead of grunt/browserify/etc #33

Open
mallorydxw opened this issue Sep 24, 2020 · 3 comments
Open

Use rollup.js instead of grunt/browserify/etc #33

mallorydxw opened this issue Sep 24, 2020 · 3 comments

Comments

@mallorydxw
Copy link
Contributor

@erbridge recommended using this

https://rollupjs.org/guide/en/

@anthonyomalley
Copy link

On thing missing from Wilton Park was https://github.com/gruntjs/grunt-contrib-watch which allows code to be compiled and the browser to be reloaded automatically when a change is made within certain folders (e.g. the scss folder).

It looks like https://www.npmjs.com/package/rollup-plugin-livereload is the equivalent rollup.js plugin.

@mallorydxw
Copy link
Contributor Author

Another requirement would be to rename the output files when they change (see also #12).

@erbridge
Copy link

You could also consider Parcel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants