Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-12 01:23:06 +0300
committerbrantje <brantje@gmail.com>2016-09-12 01:23:06 +0300
commit06cd52e024d836d0acc96f8a45f1dbb389627ad0 (patch)
tree1792abb13661cfd460cfc68d7b78a4dfaa71a6f2 /Gruntfile.js
parentadb8e8b0879f965321d95686f3786ce4acc178fa (diff)
Improved password meter
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 60cfed19..c71b6b61 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -43,7 +43,7 @@ module.exports = function (grunt) {
//@TODO JSHint, comile sass
watch: {
scripts: {
- files: ['Gruntfile.js', 'templates/views/*.html','sass/*','sass/partials/*'],
+ files: ['Gruntfile.js', 'templates/views/**/*.html', 'templates/views/*.html','sass/*','sass/partials/*'],
tasks: ['html2js','sass'],
options: {
spawn: false,