caspervonb on reorganize-docs
doc: move getting-started guide… (compare)
caspervonb on reorganize-docs
doc: rename man -> doc Having … doc: separate docs into sub-fol… (compare)
caspervonb on change-readme-banner
doc: use banner image from medi… (compare)
caspervonb on master
doc: add contributing document … (compare)
caspervonb on contributing
doc: add contributing document … (compare)
caspervonb on contributing
doc: add contributing document … (compare)
if( type === 'patch' || type === 'change' )
amok --browser chrome 1.js
$ NODE_DEBUG='amok,amok-server,amok-hotpatch,amok-browser' amok ./test/index.js -t -b chromium -c watchify -- -d -t babelify
AMOK 1975: set cwd /home/barney/git/modulator
AMOK 1975: set scripts { './test/index.js': './test/index.js' }
AMOK 1975: use server
AMOK 1975: use compiler
AMOK 1975: use hotpatch
AMOK 1975: use browser
AMOK 1975: use print
AMOK 1975: use multiplexer
AMOK 1975: run
AMOK 1975: set url http://localhost:9966/
AMOK-SERVER 1975: ready
AMOK 1975: set scripts { 'test/index.js': '/tmp/watchify115107-1975-qabs4c/index.js' }
AMOK-HOTPATCH 1975: done
AMOK-BROWSER 1975: starting server on port 9223
AMOK-BROWSER 1975: server listening
AMOK-BROWSER 1975: close server
AMOK-BROWSER 1975: server close
AMOK-BROWSER 1975: spawn chromium --user-data-dir=/tmp/chromium115107-1975-yxbbg3 http://localhost:9966/ --remote-debugging-port=9223 --no-first-run --no-default-browser-check
[5708:8484:1219/184718:ERROR:external_registry_loader_win.cc(144)] File C:\Users\Danil\AppData\Local\CRE\ihogoofdaifgdkdilopkeahfcnifkajn.crx for key Software\Google\Chrome\Extensions\ihogoofdaifgdkdilopkeahfcnifkajn does not exist or is not readable.
amok --browser chrome --hot file:///
cygpath -aw web/index.html
chrome does open correctly a new session and opens the file requested, but no hot-swap occurs
NODE_DEBUG=amok,amok-browser,amok-hotpatch
set and post it as an issue?
CHROME_FLAGS
are a little quirky in behavior (again I am on windows/cygwin so it might be a non-issue in a real linux environment)
export CHROME_FLAGS="--user-data-dir=/amok"
works. When I tried to include actual paths (or god forbid ~) it stops working
amok --browser chrome --hot js/index.bundle.js
works correctly, but only if run from the same dir as where index.html
lives