' */'
},
- jshint: {
- files: [ 'Gruntfile.js', 'js/reveal.js' ]
- },
-
// Tests will be added soon
qunit: {
files: [ 'test/**/*.html' ]
'css/theme/moon.css': 'css/theme/source/moon.scss',
'css/theme/solarized.css': 'css/theme/source/solarized.scss'
}
- },
+ }
},
jshint: {
undef: true,
eqnull: true,
browser: true,
- expr: true
+ expr: true,
+ globals: {
+ head: false,
+ module: false,
+ console: false
+ }
},
- globals: {
- head: false,
- module: false,
- console: false
- }
+ files: [ 'Gruntfile.js', 'js/reveal.js' ]
},
watch: {
/*!
- * reveal.js 2.3.0 (2013-03-08, 19:04)
+ * reveal.js 2.3.0 (2013-03-08, 19:28)
* http://lab.hakim.se/reveal-js
* MIT licensed
*