mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 23:48:02 -05:00
Updates for gulp 5 (#3105)
* Updates for gulp 5 * .DS_Store ignored from copy operations
This commit is contained in:
2
dist/css/style.css
vendored
2
dist/css/style.css
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */
|
/*! HTML5 Boilerplate v9.0.0 | MIT License | https://html5boilerplate.com/ */
|
||||||
|
|
||||||
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
|
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
|
||||||
/*
|
/*
|
||||||
|
|||||||
8
dist/package.json
vendored
8
dist/package.json
vendored
@@ -15,10 +15,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"html-webpack-plugin": "^5.5.3",
|
"html-webpack-plugin": "^5.6.0",
|
||||||
"webpack": "^5.88.2",
|
"webpack": "^5.91.0",
|
||||||
"webpack-cli": "^5.1.4",
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-dev-server": "^4.15.1",
|
"webpack-dev-server": "^5.0.4",
|
||||||
"webpack-merge": "^5.9.0"
|
"webpack-merge": "^5.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,8 +107,10 @@ gulp.task('copy:misc', () =>
|
|||||||
// (other tasks will handle the copying of these files)
|
// (other tasks will handle the copying of these files)
|
||||||
`!${dirs.src}/css/main.css`,
|
`!${dirs.src}/css/main.css`,
|
||||||
`!${dirs.src}/index.html`,
|
`!${dirs.src}/index.html`,
|
||||||
|
`!**/.DS_Store`
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
encoding: false,
|
||||||
// Include hidden files by default
|
// Include hidden files by default
|
||||||
dot: true,
|
dot: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user