Browse Source

All Theme Variations: Sync all build tools, remove twenty-nineteen references, remove stylesheet map output

Allan Cole 6 years ago
parent
commit
76d1736e42

+ 2 - 3
calm-business/package.json

@@ -22,14 +22,13 @@
       "stringMap": []
     },
     "plugins": [],
-    "map": false,
-    "sourceMap": true
+    "map": false
   },
   "browserslist": [
     "extends @wordpress/browserslist-config"
   ],
   "scripts": {
-    "build:style": "node-sass style.scss style.css --output-style expanded --source-map true && postcss -r style.css",
+    "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css",
     "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css",
     "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css",
     "build:style-jetpack": "node-sass style-jetpack.scss style-jetpack.css --output-style expanded && postcss -r style-jetpack.css",

+ 1 - 5
elegant-business/package.json

@@ -2,15 +2,11 @@
   "name": "elegant-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

+ 1 - 5
friendly-business/package.json

@@ -2,15 +2,11 @@
   "name": "friendly-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

+ 3 - 4
modern-business/package.json

@@ -6,7 +6,7 @@
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"
@@ -22,14 +22,13 @@
       "stringMap": []
     },
     "plugins": [],
-    "map": false,
-    "sourceMap": true
+    "map": false
   },
   "browserslist": [
     "extends @wordpress/browserslist-config"
   ],
   "scripts": {
-    "build:style": "node-sass style.scss style.css --output-style expanded --source-map true && postcss -r style.css",
+    "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css",
     "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css",
     "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css",
     "build:style-jetpack": "node-sass style-jetpack.scss style-jetpack.css --output-style expanded && postcss -r style-jetpack.css",

+ 1 - 5
professional-business/package.json

@@ -2,15 +2,11 @@
   "name": "professional-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"

+ 1 - 5
sophisticated-business/package.json

@@ -2,15 +2,11 @@
   "name": "sophisticated-business",
   "version": "1.0.0",
   "description": "Style Variation of the Default WP Theme",
-  "bugs": {
-    "url": "https://github.com/WordPress/twentynineteen/issues"
-  },
-  "homepage": "https://github.com/WordPress/twentynineteen#readme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.3.0",
     "autoprefixer": "^9.5.0",
     "chokidar-cli": "^1.2.2",
-    "node-sass": "^4.11.0",
+    "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^6.1.2",
     "rtlcss": "^2.4.0"