• 
      

    Store less.min.js as a static file

    Review Request #3585 — Created Nov. 30, 2012 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    While developing locally, pages do not render correctly when there is no
    Internet connectivity. This happens because LESS' pre-processor is being
    loaded off the internet rather than as a static file (like other JS
    files).
    
    To make sure LESS works without Internet connectivity, store a static
    copy and referene that in the JS pipeline instead of loading it
    remotely.
    Tested manually in browser and everything worked.