Migrated the Editors out of the grid

Added configuration for individual editors, added allowed editors, new
styling refactored css
This commit is contained in:
per ploug
2014-05-21 15:39:49 +02:00
parent 3af74bd4fd
commit 83b6375f04
21 changed files with 846 additions and 820 deletions

View File

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