Skip to content
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

Replace Laravel Mix with Bud #2643

Merged
merged 52 commits into from
Nov 22, 2021
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
cfd458a
init
kellymears Feb 18, 2021
01e6bb1
remove test image
kellymears Feb 18, 2021
1111252
update to latest @roots/sage release
kellymears Feb 28, 2021
db23a80
chore(deps): update acorn + bud
QWp6t Mar 16, 2021
8cda952
chore(deps): update acorn
QWp6t Mar 16, 2021
5cd9640
chore(build): add missing package.json scripts
QWp6t Mar 16, 2021
c775fc8
chore(deps): update bud
QWp6t Mar 16, 2021
8d80360
chore(assets): use Bundle::enqueue()
QWp6t Mar 16, 2021
cb3af73
fix(configs): use Roots\public_path
QWp6t Mar 16, 2021
199317b
chore(admin-assets): customizer should use bundle()
QWp6t Mar 16, 2021
51b9db7
deps(@roots/sage) update to 3.0.98-alpha.0
kellymears Mar 25, 2021
f00c38b
clean(assets.php) remove assets handling scaffold utils
kellymears Mar 25, 2021
5b88592
improve(assets) prefer postcss, demonstrate hmr with simple/useful util
kellymears Mar 25, 2021
7f132cf
mergefix(latest)
kellymears Mar 25, 2021
f3f4c4b
chore(deps): update bud to 3.0.102-alpha.0
QWp6t Apr 2, 2021
5a52fdf
config: update @roots/sage to 3.0.104-alpha.0
kellymears Apr 2, 2021
5d5cf93
mergefix
kellymears Apr 2, 2021
780b2aa
Merge branch 'master' into roots-build-tools
QWp6t Apr 2, 2021
b9c09e7
chore(deps): update bud to 3.0.108-alpha.0
QWp6t Apr 3, 2021
6947e64
deps: update @roots/sage to 3.0.112-alpha.0
kellymears Apr 4, 2021
22d4c4b
mergefix
kellymears Apr 4, 2021
294fb2d
v4.1.0
kellymears May 20, 2021
7a35d2e
build(bud): use bud.config.yml
QWp6t Jun 7, 2021
9a86a2b
build(deps): update bud 4.4.0
QWp6t Jun 7, 2021
6227721
chore(deps): update acorn
QWp6t Jun 7, 2021
e3c7e75
Merge remote-tracking branch 'origin/master' into roots-build-tools
QWp6t Jun 7, 2021
cf0df1b
build(deps): set tailwind as dev-dep
QWp6t Jun 7, 2021
6894af6
ci(node): build on node v14 and v16
QWp6t Jun 7, 2021
bebea02
ci(main): fix yarn build
QWp6t Jun 7, 2021
ee778af
ci(main): use --ci when building to prevent ink errors
QWp6t Jun 7, 2021
d267ec2
Merge branch 'master' into roots-build-tools
QWp6t Jul 4, 2021
8a55e74
update to v4.7.0-9
kellymears Jul 5, 2021
af36dbc
mergefix
kellymears Jul 5, 2021
7226394
chore(deps-dev): Bump @roots/bud to v5.0.0-next.0
QWp6t Oct 16, 2021
aa44e13
fix(ci-main): remove unrecognized flag `--ci`
QWp6t Oct 16, 2021
faf60a5
chore(deps): update composer dependencies
QWp6t Oct 18, 2021
37b6c99
chore(deps-dev): Bump @roots/bud to v5.0.0-next.5
QWp6t Oct 19, 2021
fd5fe97
fix PHP 8 lock
retlehs Oct 22, 2021
1709859
fix(conf-assets): assume `public` dist folder by default
QWp6t Oct 22, 2021
1fce825
chore(config-bud): fix jsdoc
QWp6t Oct 23, 2021
bb121e1
chore(deps-dev): Bump @roots/bud to v5.0.0-next.7
QWp6t Oct 23, 2021
8e85172
fix(cs-css): relax failing stylelint rules
QWp6t Oct 23, 2021
7df7513
fix(scripts-dev): use `bud dev`
QWp6t Oct 24, 2021
7ddc8e2
chore(deps): update roots/acorn to 2.0.0-beta.0
QWp6t Oct 31, 2021
f60773a
chore(deps): Bump roots/acorn to v2.0.0-beta.2
QWp6t Nov 12, 2021
108a054
chore(deps): Bump @roots/bud to v5.0.0-beta.9
QWp6t Nov 12, 2021
8ed677e
chore(deps-dev): Bump @roots/bud to v5.0.0-next.13
QWp6t Nov 17, 2021
001bb1a
chore(deps-dev): Bump @roots/bud to v5.0.0-next.14
QWp6t Nov 18, 2021
86cb1cb
Merge branch 'master' into roots-build-tools
QWp6t Nov 19, 2021
7266d06
Drop Node v14 support
retlehs Nov 19, 2021
e18f21d
chore(deps): Bump roots/acorn to 2.0.0-beta.4
QWp6t Nov 21, 2021
e53a2f4
Tests: Remove unused build artifact
retlehs Nov 21, 2021
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
Prev Previous commit
Next Next commit
chore(deps-dev): Bump @roots/bud to v5.0.0-next.13
QWp6t committed Nov 17, 2021

Unverified

This user has not yet uploaded their public signing key.
commit 8ed677e057353217c5404731cbefd1ed373370e7
3 changes: 0 additions & 3 deletions .env.example

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,5 +2,6 @@
/vendor
/public
.env
.budfiles
npm-debug.log
yarn-error.log
2 changes: 1 addition & 1 deletion bud.config.js
Original file line number Diff line number Diff line change
@@ -38,4 +38,4 @@ module.exports = async (config) =>
*
* This is your local dev server.
*/
.proxy('http://example.test');
.proxy({target: 'http://example.test'});
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "sage",
"private": true,
"bud": {
"location": {
"src": "resources",
"dist": "public"
}
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
@@ -16,15 +22,16 @@
"test": "npm run lint"
},
"devDependencies": {
"@roots/bud": "5.0.0-next.9",
"@roots/sage": "5.0.0-next.9",
"@roots/bud": "5.0.0-next.13",
"@roots/sage": "5.0.0-next.13",
"@tailwindcss/typography": "^0.4.1",
"@wordpress/browserslist-config": "4.1.0",
"eslint": "7.32.0",
"pkg-up": "^3.0",
"postcss": "8.3.11",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"postcss-preset-env": "6.7.0",
"postcss-preset-env": "7.0.0",
"prettier": "2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
2 changes: 0 additions & 2 deletions storage/bud/.gitignore

This file was deleted.

Loading