Asset compilation
Last updated
Last updated
Asset compilation is the practice of combining assets in one file so that the amount of network requests are greatly reduced to fetch the page.
We are using to perform javascript compilation and for css compilation.
to compile javascript run grunt:
to compile css run compass:
This will be automated with a rake task, however for now it is manual.