Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit bd51aa0

Browse files
Fix node-sass issues
1 parent 8cbfcd7 commit bd51aa0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

generators/app/templates/_package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "generator for frontend apps built on webpack",
55
"main": "index.js",
66
"scripts": {
7+
"prestart": "npm rebuild node-sass",
78
"start": "webpack-dev-server --inline --content-base dist/",
89
"eslint": "./node_modules/.bin/eslint src/*.js",
910
"accessibility": "node ./dev/accessibility-validation.js",
@@ -40,7 +41,7 @@
4041
"karma-phantomjs-launcher": "^1.0.4",
4142
"karma-sourcemap-loader": "^0.3.7",
4243
"karma-webpack": "^2.0.3",
43-
"node-sass": "^4.5.0",
44+
"node-sass": "^4.5.2",
4445
"postcss-loader": "^1.3.3",
4546
"sass-lint": "^1.10.2",
4647
"sass-loader": "^6.0.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-front-webpack",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Generator for modern front end apps",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)