This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
Watch
2
Star
0
Fork
0
You've already forked embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
synced
2025-01-12 06:54:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
embark-area-51
/
lib
History
Todd Baur
b25a0ecbc7
Merge branch 'develop' of github.com:iurimatias/embark-framework into make_cli_faster
2017-03-11 10:59:52 +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
implement (previously empty) stopMonitor method
2017-03-10 06:44:17 -05: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
cleanup empty lines after function
2017-03-11 00:13:59 +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