montagejs / mop

Montage Optimizer (mop): Minifies (to reduce file size) and creates bundles (to reduce the number of requests) of Montage applications.
Other
31 stars 15 forks source link

Fs mock regression and Travis build #72

Closed hthetiot closed 7 years ago

hthetiot commented 7 years ago

This commit 8cdfd39bdaae7d070e7d9ebcf8186307f8d97cb4 include partial usage of q-io fileMock. Due partial implementation is break many dependency builds suck has mr and montage-testing

hthetiot commented 7 years ago

Going somewhere

screen shot 2017-04-05 at 3 21 19 pm screen shot 2017-04-05 at 3 25 39 pm
hthetiot commented 7 years ago

Merging this should also fix mop-testing build cause:

Error: ENOENT: no such file or directory, open '/package.json'

become the real mr loading issue in phantom:

Error: Timeout waiting for window.done

hthetiot commented 7 years ago

I'm working on

MOP_VERSION=../mop MR_VERSION=../mr DEBUG=true ./integration.js

and should pass MR support on #master