1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-10 13:15:42 +02:00
Nextcloud-News/js
2015-03-21 13:36:50 +01:00
..
admin allow to change the explore service url 2014-11-19 18:13:43 +01:00
app implement clientside search code 2015-03-21 13:36:50 +01:00
build fix autopaging in search 2015-03-21 13:36:50 +01:00
controller fix autopaging in search 2015-03-21 13:36:50 +01:00
directive implement clientside search code 2015-03-21 13:36:50 +01:00
filter port to es5 and add es6 shims for object prototypes instead 2014-09-11 03:55:52 +02:00
gui fix feed ordering and fix 2015-03-09 12:09:38 +01:00
plugin version bump 2015-01-26 10:50:37 +01:00
service fix autopaging in search 2015-03-21 13:36:50 +01:00
tests fix autopaging in search 2015-03-21 13:36:50 +01:00
vendor update angular 2015-03-17 14:55:29 +01:00
.bowerrc add basic files for js rewrite 2014-05-15 04:36:40 +02:00
.jshintrc automatically register content handler for feeds in firefox 2015-02-28 15:29:18 +01:00
bower.json prefill add feed if url parameter given 2015-02-28 14:17:07 +01:00
Gruntfile.js simplify cachebuster rules 2015-03-07 14:26:51 +01:00
karma.conf.js prefill add feed if url parameter given 2015-02-28 14:17:07 +01:00
package.json fix feed ordering and fix 2015-03-09 12:09:38 +01:00
protractor.conf.js use firefox for ci and e2e 2014-05-23 17:55:30 +02:00
README.md js update 2014-10-07 13:27:35 +02:00

JavaScript && CSS Development

Before starting, install nodejs 0.10 and grunt-cli:

sudo npm -g install grunt-cli

then run:

npm install

Building

Watch mode:

grunt dev

Single run mode:

grunt

Testing

Watch mode:

grunt php
grunt test

Single run mode:

grunt phpunit
grunt ci-unit

Running e2e tests

Install protractor and set up selenium:

sudo npm install -g protractor
sudo webdriver-manager update

then the tests can be started with:

grunt e2e