grid modifications

This commit is contained in:
per ploug
2014-05-12 13:07:44 +02:00
parent 2d050a0c88
commit 40d1099fbd
6 changed files with 131 additions and 98 deletions

View File

@@ -114,6 +114,23 @@ module.exports = function (grunt) {
files: [{ dest: '<%= distdir %>/assets', src : '**', expand: true, cwd: 'src/assets/' }]
},
bower: {
files: [
{
dest: 'lib/typeahead/typeahead.bundle.min.js',
src: 'bower_components/typeahead.js/dist/typeahead.bundle.min.js'
},
{
dest: 'lib/ace/',
src: '**',
expand: true,
cwd: 'bower_components/ace-builds/src-min-noconflict/'
}
]
},
installer: {
files: [{ dest: '<%= distdir %>/views/install', src : '**/*.html', expand: true, cwd: 'src/installer/steps' }]
},