|
@@ -10,6 +10,7 @@
|
|
"@wordpress/base-styles": "^3.3.0",
|
|
"@wordpress/base-styles": "^3.3.0",
|
|
"@wordpress/browserslist-config": "^2.2.2",
|
|
"@wordpress/browserslist-config": "^2.2.2",
|
|
"chokidar-cli": "^2.1.0",
|
|
"chokidar-cli": "^2.1.0",
|
|
|
|
+ "deepmerge": "^4.2.2",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass-package-importer": "^5.3.2",
|
|
"node-sass-package-importer": "^5.3.2",
|
|
"rtlcss": "^2.4.0"
|
|
"rtlcss": "^2.4.0"
|
|
@@ -32,6 +33,7 @@
|
|
],
|
|
],
|
|
"scripts": {
|
|
"scripts": {
|
|
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
- "build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
|
|
|
|
|
|
+ "build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true",
|
|
|
|
+ "build-child": "node build.js"
|
|
}
|
|
}
|
|
}
|
|
}
|