Skip to content

Commit

Permalink
fix: select2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassus committed Jan 8, 2014
1 parent 8ccc642 commit 683e53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion grunt-tasks/config/replace.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = (grunt) ->

select2Images:
src: ["<%= appConfig.dev %>/components/select2/select2.css"]
src: ["<%= appConfig.dev %>/components/select2/css/select2.css"]
overwrite: true
replacements: [{
from: "url('select2",
Expand Down

0 comments on commit 683e53b

Please sign in to comment.