mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
build-plugins.js: Remove redundant space
This commit is contained in:
parent
b5ad6129a2
commit
2f5f8ef755
@ -73,7 +73,7 @@ Object.keys(bsPlugins)
|
|||||||
globals,
|
globals,
|
||||||
file: path.resolve(__dirname, `${rootPath}${pluginKey.toLowerCase()}.js`)
|
file: path.resolve(__dirname, `${rootPath}${pluginKey.toLowerCase()}.js`)
|
||||||
})
|
})
|
||||||
.then(() => console.log(`Building ${pluginKey} plugin... Done !`))
|
.then(() => console.log(`Building ${pluginKey} plugin... Done!`))
|
||||||
.catch((err) => console.error(`${pluginKey}: ${err}`))
|
.catch((err) => console.error(`${pluginKey}: ${err}`))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user