Sha256: ca7087a796806c5c165219187ebaf333a1cdd0cc7be64bdc398bd3d69bec2ed9

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

//=require ./models/Base
//=require ./screens/Base
//=require ./screens/Commands
//=require_tree ./models/mixins
//=require_tree ./models
//=require_tree ./components

//=require ./Extension

/*
 Files located in the above directories are part of the default
 Javascript build and are downloaded to the client on the initial
 request.

 Accordingly, only essential files should be included here. Code that
 relates to a screen should be placed in the "screens" directory,
 where it will be loaded dynamically when the screen is displayed.

 Alternatively, feel free to modify the require statements above to
 only include the paths you need.
 */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stockor-0.4.0 client/skr/index.js
stockor-0.3.0 client/skr/index.js
stockor-0.2 client/skr/index.js