Browse Source

Fix some permissions values

pull/1785/head
jlukic 10 years ago
parent
commit
b435531df3
2 changed files with 2 additions and 2 deletions
  1. 2
      tasks/config/defaults.js
  2. 2
      tasks/config/project/install.js

2
tasks/config/defaults.js

@ -8,7 +8,7 @@ module.exports = {
base : '',
// octal permission for output files, i.e. 644 (false does not adjust)
permission : false,
permission : 744,
// whether to generate rtl files
rtl : false,

2
tasks/config/project/install.js

@ -26,7 +26,7 @@ var when = {
// permissions
changePermissions: function(question) {
return (questions.usePermission == true);
return (questions.setPermission == true);
},
// install

Loading…
Cancel
Save