Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 308 Bytes

PRODUCTION.md

File metadata and controls

10 lines (6 loc) · 308 Bytes

Build for production

Require node, and grunt. Run

npm install
grunt

and find the app on production.

Note that until grunt-usemin#138 is resolved you would need to manually add defer attribute to the <script> tags generated by it.