Rails and JavaScript Minifier and Aggregator

Rails and Javascript minifier and aggregator

There are several actually:

  • AssetPackager
  • Jammit
  • BundleFu

I've only used asset packager, and its been nothing but a joy.

Also worth reading:
http://github.com/blog/551-optimizing-asset-bundling-and-serving-with-rails

Static web site generation

I'm the creator of Middleman and would be eager to help you get comfortable using Middleman. My main goal is to give users the power of Rails, but focused on static development. Some of the actual code of Middleman is simplified versions of Ab

What is a better, simpler and more modern way to build Java Web Applications compared to Maven?

You ought to be able to do all of that in Gradle. Essentially, its a set of libraries and modules in Groovy that give you a lot of power for putting together your build. If you need to extend it, then you write your extension in Groovy. Its quite nice.



Related Topics



Leave a reply



Submit