Skip to content

Commit

Permalink
adding some git ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
pajtai committed Oct 26, 2012
1 parent 6cf6f9a commit a433358
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
node_modules
node_modules
temp
7 changes: 6 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ module.exports = function (grunt) {
temp: {
src : project.dirs.app,
dest: project.dirs.temp
},

live: {
src : project.dirs.temp,
dest: project.dirs.live
}
},

Expand All @@ -55,5 +60,5 @@ module.exports = function (grunt) {

grunt.loadTasks('./tasks/');

grunt.registerTask('build', 'cp:temp useref cp:live');
grunt.registerTask('build', 'cp:temp revPackage cp:live');
};
1 change: 1 addition & 0 deletions targets/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*

0 comments on commit a433358

Please sign in to comment.