docs(theming): updated the gulp task that generates the sass variables file to show the right output folder

references #281
This commit is contained in:
Brandy Carney
2015-10-26 16:49:39 -04:00
parent 9dc167172c
commit 36f0cf9506

View File

@ -225,7 +225,7 @@ module.exports = function(gulp, flags) {
callback();
}).on('end', function() {
gutil.log("Writing to file at", gutil.colors.cyan("/driftyco/ionic2/" + outputFile));
gutil.log("Place this file in", gutil.colors.cyan("/driftyco/ionic-site/docs/v2/data"), "in order to update the docs");
gutil.log("Place this file in", gutil.colors.cyan("/driftyco/ionic-site/docs/v2/theming/overriding-ionic-variables/"), "in order to update the docs");
fs.writeFileSync(outputFile, JSON.stringify(variables));
}));
});