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

Clean up gulp or perhaps consider better options (hint: parcel!) #255

Open
kgrz opened this issue Dec 23, 2019 · 0 comments
Open

Clean up gulp or perhaps consider better options (hint: parcel!) #255

kgrz opened this issue Dec 23, 2019 · 0 comments

Comments

@kgrz
Copy link
Member

kgrz commented Dec 23, 2019

I tried running the CSS compiler and ran into some inconveniences:

  • The browersync watcher starts up for every single invocation. Ideally it should only do that when the user runs watch or related commands

  • Move away from Gulp ruby and use node-sass. The latter is much better supported in the Node ecosystem and avoid the jump between ruby and node.

  • It's worthwhile to consider using a new configless bundler like parcel. I personally found it very simple to use. We can get rid of most of the gulp dependency and package.json also!

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

No branches or pull requests

1 participant