Sha256: 4431602bc4b179a14b225abf2498cd091eb1d91a0ce09d6ba0ec0601a4f1b61e
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
//=require ./models/Base //=require ./views/Base //=require_tree ./models/mixins //=require_tree ./models //=require_tree ./views //=require_tree ./components //=require ./screens/Base //=require ./screens/mixins //=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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stockor-0.1.8 | client/skr/index.js |
stockor-0.1.7 | client/skr/index.js |