diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7e201d0..45837b2 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,5 @@ +* 0.3.4 + * fixed a path issue in vendor.scss (fixes #82) * 0.3.3 * fixed a problem with the jspm dependencies of generated projects (fixes #80) * 0.3.2 diff --git a/app/templates/applicationFiles/app/styles/vendor.scss b/app/templates/applicationFiles/app/styles/vendor.scss index b65ef02..cffbbd0 100644 --- a/app/templates/applicationFiles/app/styles/vendor.scss +++ b/app/templates/applicationFiles/app/styles/vendor.scss @@ -4,4 +4,4 @@ // // Nicolas Gallagher's Normalize.css -@import '../../jspm_packages/github/necolas/normalize.css@3.0.3/normalize.css'; // the path refers to the file at BUILD time +@import '../jspm_packages/github/necolas/normalize.css@3.0.3/normalize.css'; // the path refers to the file at BUILD time diff --git a/package.json b/package.json index 9d3bb12..3b109ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-modern-web-dev", - "version": "0.3.3", + "version": "0.3.4", "description": "Modern Web Development Yeoman Generator: Gulp, ES2015, TypeScript, Angular 2, SASS, Minification, Bundling, Sourcemaps, ...", "author": { "name": "Sebastien Dubois",