1
0
Fork 0
Commit Graph

6 Commits (spacecruft)

Author SHA1 Message Date
Alfredos-Panagiotis Damkalis fee2c8683e Revert "Remove eslint.failAfterError()"
This reverts commit a088e5d03b.

The commit had been reverted as it was disabling failing the pipeline
in CI on errors. Without the eslint.failAfterError(), the exit status
of gulp was 0.

For solving the issue that the reverted commit was trying to solve,
continue running parallel tasks if one of them fails, gulp needs to
be run with the flag --continue, however note that this flag allows
tasks in series to continue run even if one of them fails.
2020-04-22 12:29:51 +03:00
Alfredos-Panagiotis Damkalis a088e5d03b Remove eslint.failAfterError()
In case of eslint error eslint.failAfterError() didn't let csslint to
finish. With removing eslint.failAfterError() both tasks run in
parallel and finish.

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2020-04-19 16:11:16 +03:00
Alfredos-Panagiotis Damkalis d3501fd8f3 Update to gulp v4.0.0
Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
2019-04-27 17:39:37 +03:00
Vasilis Tsiligiannis e761c319b6 gulp: Replace 'var' with 'const', replace arrows with regular functions
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-04-26 15:29:06 +03:00
Nikos Roussos 6aa5b4fe77
Replace bower with yarn 2017-09-08 18:27:16 +03:00
Nikos Roussos 091a4bce3e
Check in bower main files
* Use gulp for handling static and testing
* Remove django-bower
2017-03-30 21:05:05 +03:00