Skip to content

Commit

Permalink
Remove grunt generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Sep 11, 2012
1 parent 19fdfb4 commit 40d2965
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tpl/*.js
12 changes: 10 additions & 2 deletions testacular.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ basePath = '';
files = [
JASMINE,
JASMINE_ADAPTER,

// libraries
'lib/jquery-1.8.1.min.js',
'lib/angular.js',
'lib/angular-mocks.js',
'tpl/*.html.js',

// our app
'js/*.js',
'test/*.js'

// tests
'test/*.js',

// templates generated by grunt
'tpl/*.html.js'
];


Expand Down
5 changes: 0 additions & 5 deletions tpl/pane.html.js

This file was deleted.

12 changes: 0 additions & 12 deletions tpl/tabs.html.js

This file was deleted.

0 comments on commit 40d2965

Please sign in to comment.