mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Bump glob from 9.2.1 to 10.2.6 (#9668)
Bumps [glob](https://github.com/isaacs/node-glob) from 9.2.1 to 10.2.6. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.2.1...v10.2.6) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -29,7 +29,7 @@ function buildCSS() {
|
||||
|
||||
return _currBuild =
|
||||
Promise.resolve()
|
||||
.then(() => glob('css/**/*.css'))
|
||||
.then(() => glob.globSync('css/**/*.css'))
|
||||
.then(files => doConcat(files.sort(), 'dist/iD.css'))
|
||||
.then(() => {
|
||||
const css = fs.readFileSync('dist/iD.css', 'utf8');
|
||||
|
||||
Reference in New Issue
Block a user