Skip to content

Commit

Permalink
remove temporary Handsontable build
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Oct 1, 2013
1 parent 2eb9065 commit eea5f49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14,623 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ module.exports = function (grunt) {
src: [
'src/ie-shim.js',
'src/angular-ui-handsontable.js',
'src/handsontable-tmp/jquery.handsontable.full.js'
'bower_components/handsontable/dist/jquery.handsontable.full.js'
],
dest: 'dist/angular-ui-handsontable.full.js'
},
full_css: {
src: [
'src/handsontable-tmp/jquery.handsontable.full.css'
'bower_components/handsontable/dist/jquery.handsontable.full.css'
],
dest: 'dist/angular-ui-handsontable.full.css'
}
Expand Down
Loading

0 comments on commit eea5f49

Please sign in to comment.