Typo in gruntfile.

This commit is contained in:
Paulo Reis 2017-06-26 16:27:12 +01:00
parent 7e7bfa866d
commit f993966935

View file

@ -107,9 +107,9 @@ module.exports = (grunt) ->
cwd: 'public/coffee',
src: ['**/*.coffee'],
dest: 'public/js/',
ext: '.js'
ext: '.js',
options:
sourceMap: true,
sourceMap: true
smoke_tests:
expand: true,