hmcts / frontend

HMCTS Frontend contains the code you need to start building a user interface for HMCTS government services.
2 stars 9 forks source link

JavaScript distribution in package #9

Closed adamsilver closed 6 years ago

adamsilver commented 6 years ago

We need to create an all.js bundle using rollup (most prob) that bundles together all components into a single file.

Notes:

adamsilver commented 6 years ago

or actually, we just have a really simple concat gulp task to put everything inside all.js—that's possibly all we need to do for a first pass.

It's then just about when the gulp task runs etc.

adamsilver commented 6 years ago

Done