Sha256: 7dcf432cfb21d169c756960a9ebbd4ed2a5efc4acc0e4b6df6c1bce2cf6f62f7

Contents?: true

Size: 651 Bytes

Versions: 10

Compression:

Stored size: 651 Bytes

Contents

//=require ./models/Base
//=require ./views/Base
//=require_tree ./models
//=require_tree ./views
//=require_tree ./components
//=require ./screens/Base
//=require ./Router
//=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

10 entries across 5 versions & 1 rubygems

Version Path
lanes-0.1.9 templates/client/index.js
lanes-0.1.9 spec/command-reference-files/initial/client/appy-app/index.js
lanes-0.1.8 spec/command-reference-files/initial/client/appy-app/index.js
lanes-0.1.8 templates/client/index.js
lanes-0.1.7 templates/client/index.js
lanes-0.1.7 spec/command-reference-files/initial/client/appy-app/index.js
lanes-0.1.6 templates/client/index.js
lanes-0.1.6 spec/server/command-reference-files/initial/client/appy-app/index.js
lanes-0.1.6 appy-app/client/appy-app/index.js
lanes-0.1.5 templates/client/index.js