Skip to content

Commit

Permalink
Put bower/grunt config back
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Beach committed Jan 3, 2014
1 parent d4f8d71 commit 546b750
Show file tree
Hide file tree
Showing 244 changed files with 7 additions and 131,219 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.sass-cache
.DS_Store
*.*~
.idea/

node_modules
bower_components
.sass-cache
temp
.tmp
dist
test
.sass-cache
.tmp
bower_components
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (grunt) {

// configurable paths
var yeomanConfig = {
app: 'src',
app: 'app',
dist: 'dist'
};

Expand Down Expand Up @@ -285,7 +285,7 @@ module.exports = function (grunt) {
framework: {
options: {
filepathTransform: function (filepath) {
return 'src/' + filepath;
return 'app/' + filepath;
}
},
src: '<%= yeoman.app %>/scripts/spyglass.js',
Expand All @@ -294,7 +294,7 @@ module.exports = function (grunt) {
app: {
options: {
filepathTransform: function (filepath) {
return 'src/' + filepath;
return 'app/' + filepath;
}
},
src: '<%= yeoman.app %>/scripts/spyglass-app.js',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require('scripts/router');
SgApp.searcher = Sg.SolrSearcher.create({

// Point this value to your Solr instance
url: "http://your-solr-url.com/solr/collection/select",
url: "http://localhost:8983/solr/collection1/select",

params: {

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions src/bower_components/bootstrap-sass/.bower.json

This file was deleted.

1 change: 0 additions & 1 deletion src/bower_components/bootstrap-sass/CNAME

This file was deleted.

61 changes: 0 additions & 61 deletions src/bower_components/bootstrap-sass/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 546b750

Please sign in to comment.