Skip to content

Commit

Permalink
Delete the custom bundle script in favor of an npm package (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail-elkorchi committed May 15, 2020
1 parent 759502c commit ef77ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
92 changes: 0 additions & 92 deletions bin/bundle.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@wordpress/scripts": "^9.0.0",
"archiver": "^4.0.1",
"dir-archiver": "^1.1.1",
"node-sass": "^4.14.0",
"rtlcss": "^2.5.0"
},
Expand All @@ -41,6 +41,6 @@
"compile:rtl": "rtlcss style.css style-rtl.css",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
"lint:js": "wp-scripts lint-js 'js/*.js'",
"bundle": "node bin/bundle.js"
"bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map"
}
}

0 comments on commit ef77ee9

Please sign in to comment.