Browse Source

Fix regexp for theme changes

pull/1191/head
jlukic 10 years ago
parent
commit
13b62a9096
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/defaults.js

2
tasks/defaults.js

@ -27,7 +27,7 @@ module.exports = {
}, },
regExp: { regExp: {
themeRoot: /.*\/themes\/.*?\//mg
themePath: /.*\/themes\/.*?\//mg
}, },
// folder pathsr // folder pathsr

Loading…
Cancel
Save