Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
solr-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a96a4437
authored
2015-10-02 10:34:15 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Start creating the library model.
1 parent
c5030dfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
Gruntfile.js
src/scripts/solr-search/model/SolrSearch.js
Gruntfile.js
View file @
a96a443
...
...
@@ -10,6 +10,9 @@ module.exports = function(grunt) {
},
browserOptions
:
{
},
model
:
[
'src/scripts/solr-search/model/**/*.js'
,
],
};
/*
config.punch = {
...
...
src/scripts/solr-search/model/SolrSearch.js
0 → 100644
View file @
a96a443
define
(
function
(
require
)
{
'use strict'
;
});
Please
register
or
sign in
to post a comment