Commit a2cd2949bbfee4b8ff1783ebb4071f42b08036b3
1 parent
0e0e1268
Exists in
master
and in
9 other branches
Remove commented code
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
gulp/conf.js
... | ... | @@ -55,12 +55,7 @@ exports.themeExists = function (path) { |
55 | 55 | * @param skin The skin name passed by arg to gulp task |
56 | 56 | */ |
57 | 57 | exports.skinExists = function (skin) { |
58 | - | |
59 | - //Skip skin verification on 'build' task | |
60 | - // if(exports.isBuild()){ | |
61 | - // return; | |
62 | - // } | |
63 | - | |
58 | + | |
64 | 59 | var skinPath, prefixPath = ''; |
65 | 60 | var skinFile = skin+'.scss'; |
66 | 61 | if (/skin-/.test(skin)) { | ... | ... |