Added changelog for 3.2.3 (adjusted postcss config to work with new react-webpack-template).

This commit is contained in:
Chris
2016-02-23 22:14:02 +01:00
parent f6327e1904
commit 43f3bce786
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ module.exports = generator.Base.extend({
install: function() {
if(this.postcss) {
let postcss = require('./postcss');
postcss.write(path.join(this.destinationRoot(), 'cfg/base.js'));
postcss.write(path.join(this.destinationRoot(), 'cfg/defaults.js'));
}
if(!this.options['skip-install']) {