Skip to content

Commit

Permalink
support updated version of lineman
Browse files Browse the repository at this point in the history
  • Loading branch information
davemo committed Nov 24, 2021
1 parent ae95b95 commit 0f01529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/plugins/less.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module.exports = (lineman) ->
files:
"<%= files.less.generated %>": "<%= files.less.main %>"

concat_sourcemap:
concat:
css:
src: app.concat_sourcemap.css.src.concat("<%= files.less.generated %>")
src: app.concat.css.src.concat("<%= files.less.generated %>")

watch:
less:
files: ["<%= files.less.vendor %>", "<%= files.less.app %>"]
tasks: ["less", "concat_sourcemap:css"]
tasks: ["less", "concat:css"]

0 comments on commit 0f01529

Please sign in to comment.