embark-area-51/lib/core
Pascal Precht a0ef234fea
feat(modules/pipeline): move pipeline into its own module plugin
This is the first step of refactoring Embark's pipeline abstraction into
dedicated plugin modules that take advantage of Embark's event system.

With this commit we're moving `Pipeline` into `lib/modules/pipeline` and
introduce a new command handler `pipeline:build`. Embark's engine now
requests builds via this command handler.

Notice that `Watch` still lives in `lib/pipeline` as this is a step-by-step
refactoring to reduce chances of introducing regressions.
2018-10-22 19:35:58 +02:00
..
i18n use console.warn and yellow text for locale fallback msg 2018-08-23 15:00:25 -05:00
modules/coderunner extracted hardcoded string in constant 2018-10-22 19:25:17 +02:00
processes please linter 2018-09-14 10:30:20 +01:00
config.js feat(modules/pipeline): move pipeline into its own module plugin 2018-10-22 19:35:58 +02:00
core.js migrate all the code to ES6 2017-03-30 20:12:39 +09:00
engine.js feat(modules/pipeline): move pipeline into its own module plugin 2018-10-22 19:35:58 +02:00
events.js conflict in ens index 2018-10-22 19:35:03 +02:00
file.js Add remapping when parse file to support embark-solc 2018-10-22 19:25:19 +02:00
fs.js call path.basename w/ extension name to avoid e.g. `.js.1.js` 2018-10-22 19:35:56 +02:00
ipc.js Fix circular JSON and swarm api require 2018-09-13 11:21:17 +01:00
logger.js make linter happy 2018-08-21 15:30:11 -04:00
plugin.js Merge pull request #755 from embark-framework/chores/es-lint-no-else 2018-08-31 07:49:25 -04:00
plugins.js prefer fs.dappPath 2018-08-24 15:04:16 -05:00
services_monitor.js fix blockchain already booted 2018-06-05 14:39:18 -04:00