CenterForOpenScience / osf-style

Stylesheet and guidelines for OSF
https://centerforopenscience.github.io/osf-style/
Apache License 2.0
3 stars 26 forks source link

Update gulp and libraries #98

Closed caneruguz closed 7 years ago

caneruguz commented 7 years ago

Purpose

Clean up the gulpfile and update libraries

Changes

sloria commented 7 years ago

Will gulp build both the unminified and minified version? Unless I'm missing something, it looks like it's only going to build minified.

End-users (such as the OSF) should be using the unminified version; they are responsible for doing their own bundling and minification.

caneruguz commented 7 years ago

@sloria The task builds both versions, it builds unminified first then the minified. Both of them are available to devs, the minified is there just in case.

sloria commented 7 years ago

Ah ok. LGTM