You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: