File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 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-
204module . 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
You can’t perform that action at this time.
0 commit comments