More visual tweaks to the grid to handle deletes

also rolls back a couple of bower "tweaks" that ended up being horrible
This commit is contained in:
per ploug
2014-05-13 09:45:09 +02:00
parent 482750ab6a
commit e8f4e7663f
10 changed files with 83 additions and 61 deletions

View File

@@ -121,6 +121,10 @@ module.exports = function (grunt) {
dest: 'lib/typeahead/typeahead.bundle.min.js',
src: 'bower_components/typeahead.js/dist/typeahead.bundle.min.js'
},
{
dest: 'lib/lazyload/lazyload.min.js',
src: 'bower_components/rgrove-lazyload/lazyload.js'
},
{
dest: 'lib/ace/',
src: '**',