Skip to content

Commit 7aae872

Browse files
committed
readded handlebars watcher
1 parent 20d7e4c commit 7aae872

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

Gruntfile.js

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/* jslint node: true */
22
'use strict';
33

4-
var lrSnippet = require('grunt-contrib-livereload/lib/utils').livereloadSnippet;
5-
var mountFolder = function (connect, dir) {
6-
return connect.static(require('path').resolve(dir));
7-
};
8-
9-
// removed grunt-bower-requirejs ~0.4.1
10-
// remoevd grunt-requirejs ~0.3.5
11-
// removed grunt-contrib-livereload 0.1.2 - grunt-contrib-watch supercedes it
12-
13-
// # Globbing
14-
// for performance reasons we're only matching one level down:
15-
// 'test/spec/{,*/}*.js'
16-
// use this if you want to match all subfolders:
17-
// 'test/spec/**/*.js'
18-
// templateFramework: 'handlebars'
19-
204
module.exports = function (grunt) {
215
// load all grunt tasks
226
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
@@ -54,14 +38,13 @@ module.exports = function (grunt) {
5438
options: {
5539
livereload: true
5640
}
57-
}
58-
/* not used at the moment
41+
},
5942
handlebars: {
6043
files: [
6144
'<%= yeoman.app %>/templates/*.hbs'
6245
],
6346
tasks: ['handlebars']
64-
}*/
47+
}
6548
},
6649

6750
// testing server

0 commit comments

Comments
 (0)