embark-area-51/lib/core
Eric Mastro 77d15a8645 added webserver config setting for `enableCatchAll` that allows for all non-static routes to be captured and sent to index.html for react route processing.
allowed backend tab to be accessible from `/embark`, `/backend`, and `/admin`

added contracts apis to support intended functionality in the backend tab

starting webserver service with plugins passed in to get api registrations

added filesystem methods for reading directories

removed duplicate method in plugin.js

updated avatar for backend tab (did not exist in SCM)

updated compiled contract properties for display (maybe they've changed)

updated console command to get web3 host
2018-07-12 16:42:43 +03:00
..
config.js added webserver config setting for `enableCatchAll` that allows for all non-static routes to be captured and sent to index.html for react route processing. 2018-07-12 16:42:43 +03:00
core.js migrate all the code to ES6 2017-03-30 20:12:39 +09:00
engine.js React routes now work on page refresh. Use https://github.com/emizzle/embark-demo-react-routes as a sample dapp to run this repo's embark against. 2018-07-12 16:37:48 +03:00
events.js display gas cost of each test 2018-07-06 15:11:19 -04:00
file.js fix callback already called on file download fail 2018-06-13 14:37:15 -04:00
fs.js added webserver config setting for `enableCatchAll` that allows for all non-static routes to be captured and sent to index.html for react route processing. 2018-07-12 16:42:43 +03:00
ipc.js revert caca code 2018-06-27 14:32:21 -04:00
logger.js move logger api call into logger 2018-07-12 11:37:52 +03:00
plugin.js added webserver config setting for `enableCatchAll` that allows for all non-static routes to be captured and sent to index.html for react route processing. 2018-07-12 16:42:43 +03:00
plugins.js fix rebase issues 2018-07-12 16:02:16 +03:00
proxy.js Fix failing test on blockchain 2018-07-11 11:38:58 -04:00
services_monitor.js fix blockchain already booted 2018-06-05 14:39:18 -04:00