Start creating the library model.
Showing
2 changed files
with
6 additions
and
0 deletions
... | @@ -10,6 +10,9 @@ module.exports = function(grunt) { | ... | @@ -10,6 +10,9 @@ module.exports = function(grunt) { |
10 | }, | 10 | }, |
11 | browserOptions: { | 11 | browserOptions: { |
12 | }, | 12 | }, |
13 | model: [ | ||
14 | 'src/scripts/solr-search/model/**/*.js', | ||
15 | ], | ||
13 | }; | 16 | }; |
14 | /* | 17 | /* |
15 | config.punch = { | 18 | config.punch = { | ... | ... |
src/scripts/solr-search/model/SolrSearch.js
0 → 100644
-
Please register or sign in to post a comment