This works:
ROBOT_BROWSER=chrome ROBOTSUITE_PREFIX=ONLYROBOT bin/alltests -t ONLYROBOT --all --xml
(opening chrome instances)
for running with no windows opening: https://webmeisterei.com/news/how-to-run-plone-coredev-test-locally-and-quietly
This works:
ROBOT_BROWSER=chrome ROBOTSUITE_PREFIX=ONLYROBOT bin/alltests -t ONLYROBOT --all --xml
(opening chrome instances)
for running with no windows opening: https://webmeisterei.com/news/how-to-run-plone-coredev-test-locally-and-quietly
Asynchronous Module Definition
http://requirejs.org/docs/whyamd.html
AMD is the module API supported by RequireJS
Why web modules? http://requirejs.org/docs/why.html
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js http://www.nodebeginner.org/
javascript generelt: http://eloquentjavascript.net/
Kig på det senere: https://pypi.python.org/pypi/nodeenv/
| # Noter om sass og compass | |
| E-book: | |
| http://www.manning.com/netherland/SaCiA_meap_ch01.pdf | |
| ## hvad er compass? | |
| ## grunt | |
| grunt-contrib-compass | |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| [user] | |
| name = | |
| email = | |
| [github] | |
| user = sunew | |
| token = | |
| [alias] | |
| co = checkout | |
| st = status | |
| last = log -1 HEAD |
| ### generator-angular - grunt | |
| Hvilke actions er mulige? | |
| `grunt -h`: | |
| Et uddrag: | |
| ` bowerInstall Inject all components in your HTML file. * | |
| clean Clean files and folders. * | |
| compass Compile Sass to CSS using Compass * | |
| concat Concatenate files. * | |
| connect Start a connect web server. * |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |