Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Fixed build process for xapicollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed Aug 12, 2014
1 parent 203671f commit 0e7497d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function(grunt) {
src: 'dist/xapidashboard.js',
dest: 'dist/xapidashboard.min.js'
},{
src: 'src/xapicollection.js',
src: 'dist/xapicollection.js',
dest: 'dist/xapicollection.min.js'
}]
}
Expand Down
Loading

0 comments on commit 0e7497d

Please sign in to comment.