Skip to content

Commit

Permalink
fixes broken bower components resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedek Fazekas committed Jan 7, 2015
1 parent 79ab5b3 commit f325840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified bin/gargamel.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions src/gargamel/bower.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
(println (format "Generating changelog for project %s between %s and %s"
grg/proj-name
from to))
(grg/create-html-changelog (grg/enrich-changelog
(changelog grg/proj-name source-path from to))
(grg/create-html-changelog (grg/enrich-changelog (changelog grg/proj-name source-path from to) source-path)
from to source-path)))

0 comments on commit f325840

Please sign in to comment.