Skip to content

Commit

Permalink
* Fix grunt syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
timint committed Nov 2, 2018
1 parent 9b83d46 commit aa48542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = function(grunt) {
watch: {
less: {
files: [
'public_html/ext/featherlight/featherlight.less'
'public_html/ext/featherlight/featherlight.less',
'public_html/includes/templates/**/*.less',
],
tasks: ['less']
Expand Down

0 comments on commit aa48542

Please sign in to comment.