mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
add jquery.cookie for tour (suddenly required?)
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = function(grunt) {
|
||||
files: {
|
||||
'build/app.js': [
|
||||
'public/bower_components/jquery/jquery.min.js',
|
||||
'public/bower_components/jquery.cookie/jquery.cookie.js',
|
||||
'public/bower_components/bootstrap-growl/jquery.bootstrap-growl.min.js',
|
||||
'public/bower_components/bootstrap-tour/build/js/bootstrap-tour.min.js',
|
||||
'public/bower_components/angular/angular.min.js',
|
||||
|
||||
@@ -27,6 +27,7 @@ html
|
||||
- }else{
|
||||
// Remember to update the file list in Gruntfile.js!
|
||||
script(type='text/javascript', src='/bower_components/jquery/jquery.min.js')
|
||||
script(type='text/javascript', src='/bower_components/jquery.cookie/jquery.cookie.js')
|
||||
script(type='text/javascript', src='/bower_components/bootstrap-growl/jquery.bootstrap-growl.min.js')
|
||||
script(type='text/javascript', src='/bower_components/bootstrap-tour/build/js/bootstrap-tour.min.js')
|
||||
script(type='text/javascript', src='/bower_components/angular/angular.min.js')
|
||||
|
||||
Reference in New Issue
Block a user