Skip to content

Commit

Permalink
Merge pull request #168 from khoa-nd/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
khoa-nd committed Feb 12, 2015
2 parents 0b442d4 + 36e9bfe commit 545ef7d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4,019 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,12 @@ module.exports = function (grunt) {
cssConcat: {
src: ["<%=pkg.public%>generate-resources/*.css"],
dest: "<%=pkg.public%>generate-resources/",
replacements: [{from: "};", to: "}"}, {from: "../fonts", to: "fonts"}]
replacements: [
{from: "};", to: "}"},
{from: "../fonts", to: "fonts"},
{from: ".tmp/concat/", to: ""},
{from: "images/", to: "../images/"}
]
}
},

Expand Down
264 changes: 0 additions & 264 deletions src/main/webapp/assets/css/bubble.css

This file was deleted.

Loading

0 comments on commit 545ef7d

Please sign in to comment.