Skip to content

UIKit Refactor Part 2: Migrate Remaining Gulp Tasks Over to Webpack #920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
446 changes: 8 additions & 438 deletions packages/uikit-workshop/dist/index.html

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/uikit-workshop/dist/styleguide/css/pattern-lab.css
100755 → 100644

Large diffs are not rendered by default.

This file was deleted.

22 changes: 0 additions & 22 deletions packages/uikit-workshop/dist/styleguide/js/loadJS.js

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

143 changes: 0 additions & 143 deletions packages/uikit-workshop/gulpfile.js

This file was deleted.

36 changes: 17 additions & 19 deletions packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
"main": "gulpfile.js",
"scripts": {
"build": "gulp && webpack-cli --config webpack.config.js --progress",
"watch": "gulp && webpack-cli --config webpack.config.js --progress --watch"
"build": "webpack-cli --config webpack.config.js --progress",
"watch": "webpack-cli --config webpack.config.js --progress --watch"
},
"authors": [
{
Expand Down Expand Up @@ -33,25 +33,23 @@
"devDependencies": {
"@babel/core": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"autoprefixer": "^9.1.0",
"babel-loader": "^8.0.0-beta.4",
"del": "^3.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-inline-source": "^3.2.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.3.0",
"gulp-resolve-dependencies": "^2.2.0",
"gulp-ruby-sass": "3.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp": "^3.9.1",
"imagemin-pngcrush": "^5.1.0",
"clean-css-loader": "^1.0.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"critical-css-webpack-plugin": "^0.2.0",
"critical": "^1.3.4",
"css-loader": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
"mini-css-extract-plugin": "^0.4.1",
"no-emit-webpack-plugin": "^1.0.0",
"node-sass": "^4.9.3",
"penthouse": "^1.6.2",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack-cli": "^3.1.0",
"webpack": "4.16.3",
Expand Down
66 changes: 0 additions & 66 deletions packages/uikit-workshop/penthouse.js

This file was deleted.

Loading