-
Notifications
You must be signed in to change notification settings - Fork 481
Configuration overview
Tim Branyen edited this page Aug 8, 2013
·
3 revisions
Your project contains a single file for configuring your application in development and another location that consumes that same file (to save redundancy) and overrides specific to building your application.
- The RequireJS run-time configuration is explained in more detail here: Modules (RequireJS)
- The Grunt build-time configuration is explained in more detail here: Build (Grunt)
Getting started
Configuration
How to structure
Build process
Deployment options
Testing
Miscellaneous