Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mikeknoop
Created July 20, 2012 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeknoop/3147976 to your computer and use it in GitHub Desktop.
Save mikeknoop/3147976 to your computer and use it in GitHub Desktop.
appDir: "", # path relative to baseUrl where the app lives. Our app lives at the baseUrl so this is blank
baseUrl: "../../src/", # app path relative to the location of THIS build profile file.
dir: "../../build", # directory to put all the files in while build is happening (it shouldn't exist before build)
mainConfigFile: 'main.js', # make sure this matches the module below
modules: [
{
name: "main" # presumes your app config is in a file called main.js
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment