X-Git-Url: http://jaekl.net/gitweb/?p=quanweb.git;a=blobdiff_plain;f=js%2FGruntfile.js;h=c6ebaa933d7f787c77f73ab189d1a86aea7ee7c8;hp=690a13040974ba25beb7dbc4919b2fb3bb4add8b;hb=32c817b6cf7484487c1160cec8a4b9e770b8404a;hpb=ea10c37dd0cf10799d4e2c3e265f5e0e108a8023 diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 690a130..c6ebaa9 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { }, app: { files: { - '../app/lib.min.js': ['BooksModel.js', 'BooksView.js', 'PagingController.js', 'ToolTip.js', 'Main.js'] + '../app/lib.min.js': ['BooksModel.js', 'BooksView.js', 'PagingController.js', 'SearchController.js', 'ToolTip.js', 'Main.js'] } } }