Skip to content

Commit

Permalink
Fix assets compiler error and remove gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Nov 29, 2023
1 parent eacc3c4 commit f3ec6fc
Show file tree
Hide file tree
Showing 3 changed files with 1,332 additions and 3,569 deletions.
352 changes: 0 additions & 352 deletions gulpfile.js

This file was deleted.

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}
],
"homepage": "https://github.com/mollie/WooCommerce",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "[email protected]:mollie/WooCommerce.git"
Expand All @@ -32,27 +31,18 @@
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.14.5",
"@playwright/test": "^1.33.0",
"@symfony/webpack-encore": "^4.5.0",
"@symfony/webpack-encore": "^3.0.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^1.7.0",
"@wordpress/data": "^6.1.5",
"@wordpress/element": "^4.0.4",
"date-and-time": "^0.14.0",
"del": "^3.0.0",
"dotenv": "^16.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.0.1",
"gulp-help-doc": "^1.1.1",
"gulp-rename": "^2.0",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.3",
"pump": "^3.0.0",
"sass": "^1.52.1",
"sass-loader": "^7.0.1",
"wp-pot": "^1.10.2"
},
"scripts": {
"watch": "webpack --watch",
"build": "node_modules/.bin/encore dev --env.basePath=.",
"build": "node_modules/.bin/encore dev --env basePath=.",
"setup": "gulp setup",
"e2e-activation": "npx playwright test --project=activation",
"e2e-simple": "npx playwright test --project=simple-classic",
Expand Down
Loading

0 comments on commit f3ec6fc

Please sign in to comment.