This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
dc9084b8a6
embark
/
lib
History
Todd Baur
dc9084b8a6
Dropped 'this' in Cmd and set internal var Embar to self execute
2017-03-11 00:07:08 +09:00
..
cmds
handle cmd error
2017-03-03 21:11:53 -05:00
contracts
fix account selection when it isn't configured; improve error message on tests
2017-03-04 21:51:28 -05:00
core
dot notation preferred
2017-03-08 23:52:17 +09:00
dashboard
dot notation preferred
2017-03-08 23:52:17 +09:00
pipeline
pass path when listening to file change event
2017-03-02 21:31:07 -05:00
upload
reorgnize code structure
2017-02-19 12:51:32 -05:00
cmd.js
Dropped 'this' in Cmd and set internal var Embar to self execute
2017-03-11 00:07:08 +09:00
index.js
this is a quick attempt at speeding up the init of CLI by changing Embark.js to a reveal module pattern and moving the requires into the functions that need them. It removes the circular reference between Cmd and Embark, which is the biggest hit to speed. It also changes how the binary starts by importing Cmd instead of Embark.
2017-03-10 23:43:52 +09:00