Closed adrinux closed 8 years ago
perhaps follow the h5bp method of a 'plugins' js folder and inject that before per project js. Alternatively call it 'polyfills' to be more explicit.
https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md#what-about-polyfills
Dealt with by ditching bower and manually adding tasks for scripts in the head. This is likely to be a rare occurrence for per site. Bower was causing as many issues as it solved. Complete by eb96ac4
perhaps follow the h5bp method of a 'plugins' js folder and inject that before per project js. Alternatively call it 'polyfills' to be more explicit.
https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md#what-about-polyfills