Skip to content

Commit

Permalink
Copy the CNAME file when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGenisio committed Jul 9, 2015
1 parent 399acfe commit 4e2c3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
slides.semjs.org
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = (grunt) ->
'bower_components/**'
'js/**'
'assets/**'
'CNAME'
]
dest: 'dist/'
},{
Expand Down

0 comments on commit 4e2c3e5

Please sign in to comment.