Skip to content

Commit

Permalink
Merge pull request #1307 from kenearley/explicitly-copy-files-to-dist
Browse files Browse the repository at this point in the history
Explicitly add files for gh-pages
  • Loading branch information
pfiller committed Jun 26, 2013
2 parents b8dd5ab + e801987 commit 9bebeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = (grunt) ->
copy:
dist:
files: [
{ src: ["public/*"], dest: "dist/", expand: true, flatten: true, filter: 'isFile' }
{ cwd: "public", src: ["index.html", "index.proto.html", "chosen.jquery.js", "chosen.jquery.min.js", "chosen.proto.js", "chosen.proto.min.js", "chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"], dest: "dist/", expand: true, flatten: true, filter: 'isFile' }
{ src: ["public/docsupport/**"], dest: "dist/docsupport/", expand: true, flatten: true, filter: 'isFile' }
]

Expand Down

0 comments on commit 9bebeaf

Please # to comment.