dustinspecker / generator-ng-poly

Yeoman generator for modular AngularJS apps with Gulp and optional Polymer support
MIT License
237 stars 50 forks source link

[request] Add support for inlining critical path assets #346

Open tomholford opened 8 years ago

tomholford commented 8 years ago

Optional, configurable step in production gulp build task that would use a plugin (e.g., https://github.com/ashaffer/gulp-inline) to inline critical path CSS, JS, SVGs, etc. in the output html to conform to best practices recommended by Google Page Speed Insights and experts like Ilya Grigorik