Skip to content

Commit

Permalink
Merge pull request #1354 from ProjectMirador/fix_grunt_watch
Browse files Browse the repository at this point in the history
Fix path to watch less files
  • Loading branch information
mejackreed committed Mar 22, 2017
2 parents 1abefc0 + e2bff97 commit 37c3062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = function(grunt) {

// source files
sources = [
'js/src/mirador.js',
'js/src/mirador.js',
'js/src/utils/handlebars.js',
'js/src/*.js',
'js/src/viewer/*.js',
Expand Down Expand Up @@ -220,7 +220,7 @@ module.exports = function(grunt) {
'locales/*/*.json',
'images/*',
'css/*.css',
'css/mirador/**/*.less',
'css/mirador.less/**/*.less',
'index.html'
],
tasks: 'dev_build'
Expand Down

0 comments on commit 37c3062

Please sign in to comment.