Skip to content

Commit

Permalink
drop build:css stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 23, 2019
1 parent 5c0b0e0 commit f8a89ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions packages/controls/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
* Distributed under the terms of the Modified BSD License.
*/

/* We import all of these together in a single css file because the Webpack
loader sees only one file at a time. This allows postcss to see the variable
definitions when they are used. */

@import "./labvariables.css";
@import "./widgets-base.css";
7 changes: 1 addition & 6 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"url": "https://github.com/jupyter-widgets/ipywidgets.git"
},
"scripts": {
"build": "npm run build:src && npm run build:css",
"build:css": "postcss --use postcss-import --use postcss-cssnext -o css/widgets.built.css css/widgets.css",
"build": "npm run build:src",
"build:src": "tsc --project src",
"build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
"clean": "npm run clean:src",
Expand Down Expand Up @@ -67,10 +66,6 @@
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"npm-run-all": "^1.5.1",
"postcss-cli": "^4.1.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.11.0",
Expand Down

0 comments on commit f8a89ea

Please sign in to comment.