Skip to content

Commit

Permalink
last review before release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Dec 14, 2013
1 parent f7f395c commit 43d3b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
trash
built
brackets-typescript.zip
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ module.exports = function (grunt) {
},
files: [
{
cwd: 'release-templates/',
expand: true,
cwd: 'release-templates',
src: '*',
dest: '/',
filter: 'isFile'
Expand Down

0 comments on commit 43d3b70

Please sign in to comment.