aboutsummaryrefslogtreecommitdiff
path: root/grunt/bs-commonjs-generator.js
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15Replace `master` with `v3-dev` after the branch switch. (#28287)XhmikosR1-1/+1
2019-02-13Bump year.XhmikosR1-1/+1
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR1-1/+1
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR1-1/+1
2018-10-08Bump year to 2018.XhmikosR1-1/+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