Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
#22 simple doc for source code directory
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonLi8 committed Jan 16, 2020
1 parent 9708a70 commit 4b66063
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example.buildrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
/**
* This is an example buildrc.json file that demonstrates how to configure the
* grunt-config builder.
*
* THIS BUILD FILE WILL NOT WORK. It is referencing paths that probably
* do not exist on your machine. Just use it as a guide.
*/
{

// The directory (relative to the buildrc file) that contains your application
// source code. All of your scripts should be in a subdirectory under this
// path. This option is required.
"sourceDirectory": ".",

//
"buildDirectory": "dist",
"requirejs": {
"directory": "js",
Expand Down

0 comments on commit 4b66063

Please sign in to comment.