Commit Graph

16 Commits

Author SHA1 Message Date
73fd86e28c Converted Gulp 3.9 → 4.0, removed livereload, and fixed security issues
All done in one go, because things wouldn't build otherwise.
2019-05-31 13:48:09 +02:00
5e73720d91 Vue Attract: Sort/filterable table based on Vue
Initial commit implementing sortable and filterable tables for attract
using Vue.
2019-02-12 09:08:37 +01:00
755091f4e5 Use correct permission format for gulp-chmod 2018-09-19 14:45:30 +02:00
70f49ed5bf Gulp: Only chmod files if in production 2018-09-06 15:47:05 +02:00
3e4eb91668 Gulp: fix broken path in Sass
And when defining gulp-uglify-es needs '.default' at the end.
2018-09-06 15:42:37 +02:00
c6fb4c3184 Switch from .jade to .pug templates
No functional change, we simply align with the preprocessing pipeline 
used in Pillar.
2018-02-01 17:01:03 +01:00
4fa18d4454 Gulp: added 'cleanup' task that erases all gulp-generated files.
This runs automatically when using --production
2017-09-28 15:35:15 +02:00
5c58ced224 Gulp: replaced hardcoded paths with variables. 2017-09-28 15:34:28 +02:00
3066b41058 Put generated JS into attract/static/assets/js/generated/ 2016-09-29 16:44:49 +02:00
2adf574b21 Concatenating scripts doesn't work well with caching 2016-09-29 12:55:56 +02:00
4c4489a890 Concatenate all general js files into tutti.js 2016-09-29 12:22:53 +02:00
8b1af91778 Gulp: Don't livereload by default
When running gulp watch, we were livereloading by default, which meant we can't have multiple 'gulp watch'.
2016-09-22 18:09:29 +02:00
2ddee224c2 Don't cache style compiling 2016-09-21 14:12:16 +02:00
8145d698bd Gulp: Avoid re-building unchanged files by caching the results 2016-09-20 15:13:25 +02:00
4a1e2169f0 More attract-server → attract 2016-09-07 10:50:44 +02:00
168e59805e Added template system to Attract extension. 2016-09-06 18:46:28 +02:00