Add bootstrap 4 test page

This commit is contained in:
2020-07-03 14:40:42 +01:00
parent d800a781a5
commit 79eb0cbff0
3 changed files with 2742 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ function browserSyncReload(done) {
function watchFiles() {
gulp.watch("RIGS/static/scss/**/*.scss", styles);
// TODO This prevents reload looping, but means we don't reload if new third party scripts are added
gulp.watch("RIGS/static/js/src/*", scripts);
gulp.watch("RIGS/static/js/src/**/*.js", scripts);
gulp.watch(['templates/**/*.html', 'RIGS/templates/**/*.html', 'assets/templates/**/*.html', 'versioning/templates/**/*.html'], browserSyncReload);
}