• 
      

    Store less.min.js as a static file

    Review Request #3585 — Created Nov. 29, 2012 and submitted

    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.
    chipx86
    1. Ship It!
    2. 
        
    AA
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (c894d16). Thanks!