mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-20 10:47:56 +08:00
Refreshed and improved the Gulp pipeline (details below).
- Updated to newest version of all modules, and tested/verified. - No longer generate source maps if asset group is neither concatenating nor transforming (LESS or TypeScript). - Replaced "autoprefixer" and "css-minify" with the newer "css-nano". - Added "gulp-eol" for normalization of line endings in all outputs. - Added separate streams for minified and non-minified CSS outputs to work around bugs in source mapping that prevented asset paths containing "../" from being used. - Added "es6-promise" polyfill for compat with older versions of Node.js. - Increased global _maxListeners to suppress memory leak warning from gulp.watch().
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user