SJRK-144: Create a basic asset pipeline for minifying and compiling Javascript dependencies

Metadata

Source
SJRK-144
Type
Improvement
Priority
Critical
Status
Open
Resolution
Fixed
Assignee
N/A
Reporter
Alan Harnum
Created
2018-06-06T14:11:32.869-0400
Updated
2018-07-17T09:54:16.184-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool Server

Description

Currently, the server project links many, many individual Javascript files. This impacts performance significantly.

Part of the process of "production" mode should be to build a minified single-file Javascript file that can be linked from the UI, using a Grunt task.