Browse Source

Removing less from the build stage

Brian E. Granger 8 năm trước cách đây
mục cha
commit
6739175617
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -57,7 +57,8 @@
     "build:src": "tsc --project src && node scripts/copyfiles.js",
     "build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
     "build:serverextension": "cd jupyterlab && npm run build && cd ..",
-    "build:css": "lessc --strict-math=on --include-path=node_modules src/default-theme/index.less lib/default-theme/index.css",
+    "build:css": "true",
+    "build:less": "lessc --strict-math=on --include-path=node_modules src/default-theme/index.less lib/default-theme/index.css",
     "clean": "rimraf docs && rimraf lib && rimraf test/build && rimraf test/coverage",
     "clean:all": "npm run clean && cd jupyterlab && npm run clean && cd ..",
     "clean:examples": "node scripts/cleanexamples.js",