Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.13 KB

Ember Hack

Tech

TOC

Tips

  • For live template updates: grunt watch
  • Run a quick n dirty http server: ruby -run -e httpd . -p 12345

ToDos

  • Add Grunt task for pushing finished assets to CDN
  • Add system for production use of CDN assets
  • Add system for production use of minified CDN assets
  • Add convention for app config settings
  • Add convention for env var settings
  • Add parallel tasks for speed