- removed our copy jquery & bootstrap. using cdn instead

- added search box to the header
- made reindex rake task
This commit is contained in:
Edin Dazdarevic
2015-05-25 20:49:52 +02:00
parent c99bcbda7a
commit e1be044fd9
14 changed files with 154 additions and 88 deletions

View File

@@ -78,16 +78,13 @@ module.exports = function(grunt) {
concat: {
css: {
src: [
'node_modules/bootstrap/dist/css/bootstrap.min.css',
'app/css/*.css'
],
dest: 'build/ribica.css'
},
js: {
src: ['node_modules/jquery/dist/jquery.min.js',
'app/js/bootstrap.min.js',
'build/ribica.bundle.js'],
src: ['build/ribica.bundle.js'],
dest: 'build/ribica.js'
}
}