Skip to content
This repository has been archived by the owner on Aug 24, 2017. It is now read-only.

Commit

Permalink
Merge pull request #6 from boneskull/master
Browse files Browse the repository at this point in the history
fixing busted build
  • Loading branch information
Christopher Hiller committed Sep 20, 2013
2 parents 69f3c84 + 43ebde8 commit e9bd1c7
Show file tree
Hide file tree
Showing 15 changed files with 1,176 additions and 693 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ module.exports = function (grunt) {
dist: {
files: {
'dist/<%= pkg.name %>-<%= pkg.version %>.min.js': [
'dist/generated/tags.js']
'dist/generated/tags.js'
]
},
options: {
report: 'min',
Expand Down Expand Up @@ -118,6 +119,10 @@ module.exports = function (grunt) {
{
src: ['less/tags.less'],
dest: 'dist/<%=pkg.name%>-<%=pkg.version%>.less'
},
{
src: ['src/tags.js'],
dest: 'dist/generated/tags.js'
}
]
}
Expand Down
365 changes: 0 additions & 365 deletions dist/angular-tags-0.2.1-tpls.js

This file was deleted.

Loading

0 comments on commit e9bd1c7

Please sign in to comment.