Skip to content

Commit

Permalink
Break it
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 12, 2015
1 parent d99bd4e commit c70ed31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tasks/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = {
// base path added to all other paths
base : '',

// base path when installed with npm
pmRoot: 'semantic/',

// octal permission for output files, i.e. 644 (false does not adjust)
permission : 744,

Expand Down
5 changes: 4 additions & 1 deletion tasks/config/project/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ var
requireDotFile = require('require-dot-file')
;

console.log(defaults.paths);
return;

/*******************************
When to Ask
*******************************/
Expand Down Expand Up @@ -297,7 +300,7 @@ module.exports = {
type : 'input',
name : 'semanticRoot',
message : 'Where should we put Semantic UI inside your project?',
default : 'semantic/'
default : defaults.pmRoot
}
],

Expand Down

0 comments on commit c70ed31

Please sign in to comment.