add search page in search web app

This commit is contained in:
wlh
2014-12-12 16:20:05 +08:00
parent f05ae96998
commit 98c562ee8e
9 changed files with 127 additions and 42 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = function(grunt){
'./lib/main.js',
'./lib/directive/**/*.js',
'./lib/service/**/*.js',
'./lib/list/**/*.js'
'./lib/list/**/*.js',
'./lib/search/**/*.js'
],
dest:'./build/main.js'
}