- removed our copy jquery & bootstrap. using cdn instead
- added search box to the header - made reindex rake task
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user