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,12 +55,7 @@ exports.themeExists = function (path) { | ||
55 | * @param skin The skin name passed by arg to gulp task | 55 | * @param skin The skin name passed by arg to gulp task |
56 | */ | 56 | */ |
57 | exports.skinExists = function (skin) { | 57 | exports.skinExists = function (skin) { |
58 | - | ||
59 | - //Skip skin verification on 'build' task | ||
60 | - // if(exports.isBuild()){ | ||
61 | - // return; | ||
62 | - // } | ||
63 | - | 58 | + |
64 | var skinPath, prefixPath = ''; | 59 | var skinPath, prefixPath = ''; |
65 | var skinFile = skin+'.scss'; | 60 | var skinFile = skin+'.scss'; |
66 | if (/skin-/.test(skin)) { | 61 | if (/skin-/.test(skin)) { |