Skip to content

Commit

Permalink
changed output directory to be the name of the project
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Jonas <njonas45@gmail.com>
  • Loading branch information
nick-jonas committed Jan 25, 2013
1 parent b59468e commit be31153
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions boilers/init/.assembleconfig
@@ -1,14 +1,9 @@
{
"output_file_dir": "<%= it.outputDir %>/",
"output_file_dir": "<%@className it.name%>/",
"file_filter": ["!.DS_Store", "!thumbs.db"],
"dir_filter": ["!.svn", "!.git", "!.sass-cache"],
"file_mapping": [],
"var_mapping": {
"outputDir": {
"description": "Enter the path relative to this directory",
"type": "string",
"default": "."
},
"name" : {
"description": "Name your project",
"type": "string"
Expand Down

0 comments on commit be31153

Please sign in to comment.