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

Consider using Untyped SBT web assets plugins #78

Open
hawkw opened this issue Jul 12, 2015 · 1 comment
Open

Consider using Untyped SBT web assets plugins #78

hawkw opened this issue Jul 12, 2015 · 1 comment

Comments

@hawkw
Copy link
Contributor

hawkw commented Jul 12, 2015

untyped/sbt-plugins has a nice-looking set of SBT plugins for handling the web assets pipeline, including JS/CoffeeScript and SASS. These might be worth looking into as an alternative to our current system using WRO4J, which is admittedly kind of janky.

If these have continuous compilation, I think it'd definitely be worth switching, since I haven't been able to figure out how to make WRO4J build web assets automatically yet. It would also be nice if we could get them to minify in deploy only and use unminified scripts in dev.

@hawkw
Copy link
Contributor Author

hawkw commented Jul 12, 2015

I haven't been able to figure out how to make WRO4J build web assets automatically yet

Never mind, ~wro4j in the SBT console works and will automagically rebuild web assets on source changes. (~ being the SBT command prefix to watch the source directory and re-run a task on changes). I thought I had tried this and it hadn't worked, but I must've been wrong.

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