aboutsummaryrefslogtreecommitdiff
path: root/grunt/bs-commonjs-generator.js
AgeCommit message (Collapse)AuthorFilesLines
2016-06-10Strip out UMD & CJS in favor of ES6 modules (#20072)Chris Rebert1-30/+0
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2015-08-25grunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.XhmikosR1-1/+1
[ci skip]
2015-06-18Merge branch 'master' into v4Mark Otto1-2/+8
2015-05-13add umd module support in distfat1-2/+1
2015-05-06remove closureness from pluginsfat1-0/+1
2015-04-28Bump copyright year.XhmikosR1-0/+7
[ci skip]
2015-04-28Minor lint tweaks.XhmikosR1-2/+2
2014-10-27tweak banner of autogenerated CommonJS moduleChris Rebert1-1/+1
2014-10-26bs-commonjs-generator.js: always use forward slashes in the require path.XhmikosR1-1/+1
Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes.
2014-09-09code style improvementJames Friend1-2/+3
2014-09-09added banner about generated fileJames Friend1-1/+2
2014-08-28code style fixesJames Friend1-2/+1
2014-08-28pulled output path out to gruntfileJames Friend1-9/+8
2014-08-28generate commonjs/npm entrypoint module via grunt taskJames Friend1-0/+23