Iuri Matias
a41bdf1b4a
output contracts json even if the pipeline is empty
2018-09-28 13:22:03 -04:00
Anthony Laibe
0cb12e0591
Clean build dir before starting
2018-09-13 14:07:14 +01:00
Jonathan Rainville
56147ba200
fix order and remove ?
2018-09-05 11:47:53 -04:00
Jonathan Rainville
047286b46d
skip webpack if no js files
2018-09-05 11:38:09 -04:00
Michael Bradley, Jr
b67aa8cc2d
best practice re: early return w/ callback invocation
2018-09-04 08:20:27 -05:00
Michael Bradley, Jr
7d65c2b0cd
rename placeholder event: 'build-placeholder'
2018-09-04 07:35:53 -05:00
Michael Bradley, Jr
03c51fba46
pipeline fires placeholder event only after first build
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
de0034c1fc
formatting -- pipeline.js
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
6ee195aba9
make webserver module responsible for building placeholder
2018-09-03 10:17:45 -05:00
Michael Bradley, Jr
9e62d9c1a9
isDir test should support possible use of '\' by devs on Windows
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
382122c6d9
mapCb -> eachCb
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
04a5e3335d
self.logger -> self.logger.error
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
7fb9c552dc
assetFileWrite no longer processes files corresponding to .js keys
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
0161a9b402
"writing file" messages for files that will be written by webpack
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
8be1090a44
prefer joinPath to +'ing strings together
2018-08-24 15:04:16 -05:00
Michael Bradley, Jr
1f56f717b8
'running webpack' message should indicate config name
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
963ecc0d92
formatting
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
878186660b
change timing of "writing file" messages
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
f654c0a013
single webpack run
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
e9ec968598
whitespace
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
6282e092f1
note/question
2018-08-24 15:04:15 -05:00
Michael Bradley, Jr
b41f5a397d
--pipeline option for `ebmark build|run` to spec webpack config name
2018-08-24 15:04:15 -05:00
Jonathan Rainville
86f1cf51d2
enable node=embark
2018-08-23 12:54:43 -04:00
Iuri Matias
29b0d01f22
move processes into core
2018-08-21 16:04:22 -04:00
Iuri Matias
2ed7238190
move process files into processes folder
2018-08-21 16:02:18 -04:00
Michael Bradley, Jr
250d80e0ff
env options property doesn't need to be passed to ProcessLauncher
2018-08-21 15:47:05 -04:00
Michael Bradley, Jr
d3ffa90cb5
rm disabled lines
2018-08-21 15:47:05 -04:00
Michael Bradley, Jr
d4c9321c63
rm unnecessary requires
2018-08-21 15:47:05 -04:00
Michael Bradley, Jr
25be46af2c
propagate env
2018-08-21 15:47:05 -04:00
Jonathan Rainville
4fedf704a8
rename to built
2018-08-21 15:30:11 -04:00
Jonathan Rainville
3700323280
log error when pipeline dies
2018-08-21 15:30:11 -04:00
Iuri Matias
5ade9e090c
move asset files check from index to pipeline; index shouldn't know about the internals
2018-08-21 15:30:10 -04:00
Jonathan Rainville
812cefafb1
kill processes when they are over
2018-06-11 15:55:57 -04:00
Jonathan Rainville
0214447476
tigger build
2018-06-08 11:20:14 -04:00
Iuri Matias
c8b52a1746
fix errors handling so it doesn't attempt to continue building when there are fatal errors compiling contracts
2018-06-08 07:07:27 -04:00
Jonathan Rainville
56f25ebba1
clonflict for silent
2018-05-30 10:57:25 -04:00
Jonathan Rainville
6145c0b92c
start node only when no node is present
2018-05-23 11:17:02 -04:00
Eric Mastro
ab1113fc31
Fixed bug where dist folder is created before placeholder page
...
If dist folder did not already exist, the folder is created prior to creation of the placeholder page. Without this, the dapp files are never built.
2018-05-23 13:35:18 +10:00
Eric Mastro
f10abc8da1
Merge branch 'develop' into features/show-building-placeholder
2018-05-23 09:36:11 +10:00
emizzle
ab738c05f9
Moved placeholder page html to code generator and ejs template.
2018-05-23 09:33:05 +10:00
emizzle
db9fbef140
Add loading placeholder page while embark is building asset files.
...
We could extend this further to launch the webserver with the placeholder page before building the contracts as well.
2018-05-22 15:15:34 +10:00
emizzle
46e040f861
Merged in merge conflicts from remote
2018-05-22 12:16:13 +10:00
emizzle
85919a4f6d
Update to make the imports 'shim' more readable as requested.
2018-05-22 12:11:45 +10:00
Eric Mastro
295152de82
Merge branch 'develop' into features/improve-imports
2018-05-21 21:46:14 +10:00
Eric Mastro
d4c04bbed7
Improve dapp imports to allow alternate syntax for importing contracts
...
* Now supports alternate import statements:
* import {Token} from 'Embark/contracts';
* import * as Contracts from 'Embark/contracts';
as well as the existing syntax:
* import Token from 'Embark/contracts/Token';
* Contracts js files moved from .embark to .embark/contracts
* .embark/contracts/index.js generated on the fly which requires all contracts in .embark/contract automatically and then creates a module.exports with each of them.
2018-05-21 21:43:36 +10:00
Jonathan Rainville
b829643f61
use once in pipeline
2018-05-18 14:25:20 -04:00
Jonathan Rainville
c5c00fc3b4
conflict in solcW
2018-05-18 14:11:29 -04:00
Iuri Matias
01ae387c74
Merge pull request #418 from embark-framework/refactor_pipeline
...
Refactor pipeline
2018-05-16 18:15:51 -04:00
Iuri Matias
b1fab3e77c
remove console logs
2018-05-16 18:15:23 -04:00
Jonathan Rainville
1ffc9ffe08
enable events calling for request and on
2018-05-16 16:41:25 -04:00