Menu

#4 Asset Pipeline

open
nobody
None
5
2012-09-09
2012-03-29
No

Building on the last feature request for grouping within config files I also would like to propose that Moqui implements a version of the RoR Asset Pipeline.

This allows front end developers to work on the uncompress css & javascript and the server in production compresses and minimises the css & js and more importantly adds a version (md5 checksum to the filename) to the files to avoid cache problems.

Rails has a great description of Asset Pipeline here http://guides.rubyonrails.org/asset_pipeline.html

Thanks
Sam

Discussion

  • David E. Jones

    David E. Jones - 2012-03-29

    This looks very do-able (ie minimize and compress on the fly and cached, and produce an md5 on request, also cached).

     
  • Sam Hamilton

    Sam Hamilton - 2012-03-29

    That sounds great, that would make the front end development and deployment much more efficient.

    Thanks
    Sam

     

Log in to post a comment.