run ‘grunt dev’ directly works fine, but run ‘./build.sh dev’ gives me an error
alert, seems this error comes from the open browser part, maybe I don’t have
something installed for this task?
➜ ~ node --version
v0.10.26
➜ portal git:(master) sudo npm install grunt-cli -g
npm http GET https:/
i’ll try to reproduce, might be something with a phantomjs version being
installed already.
phantomjs is the last step and not necessary, you should still have a built
portal that you can run in a web server or through grunt dev.
--
Shawn
On April 16, 2014 at 12:11:42 PM, Shaozhuang Liu (ra
hmm…i’ll double check to make sure everything is working, just ran this and it
was fine.
if you run "grunt dev” and navigate to http://localhost:3000/ what happens?
also what is the output if you run node —version?
--
Shawn
On April 16, 2014 at 11:58:26 AM, Shaozhuang Liu (rain2su...@gmail
portal git:(master) ✗ ./build.sh
pass e2e to run e2e tests
grunt
to run e2e tests you need to have a running instance of webdriver, 1) npm
install protractor -g -> 2) webdriver-manager start --standalone
Running "bower:install" (bower) task
>> Installed bower packages
Running "ngtemplates:apps