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-11 00:30:17 +0300
committerbrantje <brantje@gmail.com>2016-09-11 00:30:17 +0300
commit6c502f183c5475b177dd5304ba41b0ee105d7311 (patch)
treece3fa44335591f8c31375a78111b40897611fe27 /Gruntfile.js
parent6e25bddac90cf8a8293129a0fdf081ff5fb51f20 (diff)
First setup of vaults
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index aa2b4c1d..60cfed19 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,12 +10,12 @@ module.exports = function (grunt) {
quoteChar: '\'',
useStrict: true,
htmlmin: {
- collapseBooleanAttributes: true,
+ collapseBooleanAttributes: false,
collapseWhitespace: true,
removeAttributeQuotes: false,
removeComments: true,
removeEmptyAttributes: false,
- removeRedundantAttributes: true,
+ removeRedundantAttributes: false,
removeScriptTypeAttributes: false,
removeStyleLinkTypeAttributes: false
}
@@ -43,7 +43,7 @@ module.exports = function (grunt) {
//@TODO JSHint, comile sass
watch: {
scripts: {
- files: ['Gruntfile.js', 'views/*.html'],
+ files: ['Gruntfile.js', 'templates/views/*.html','sass/*','sass/partials/*'],
tasks: ['html2js','sass'],
options: {
spawn: false,