adrinux / HuMC

Help for building & managing sites with Hugo - see Readme below.
MIT License
15 stars 2 forks source link

Allow for polyfill scripts to be loaded before other scripts #18

Closed adrinux closed 8 years ago

adrinux commented 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

adrinux commented 8 years ago

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