diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..8d4ae25 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1 @@ +bower_components diff --git a/client/bootstrap b/client/bootstrap deleted file mode 120000 index 3cc59f2..0000000 --- a/client/bootstrap +++ /dev/null @@ -1 +0,0 @@ -../../libs/bootstrap \ No newline at end of file diff --git a/client/bower.json b/client/bower.json new file mode 100644 index 0000000..8c258d6 --- /dev/null +++ b/client/bower.json @@ -0,0 +1,15 @@ +{ + "name": "client", + "version": "0.0.0", + "authors": [ + "Alex Yatskov " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/client/closure-library b/client/closure-library deleted file mode 120000 index 01f6376..0000000 --- a/client/closure-library +++ /dev/null @@ -1 +0,0 @@ -../../libs/closure-library \ No newline at end of file diff --git a/client/fabric.js b/client/fabric.js deleted file mode 120000 index 0e4c069..0000000 --- a/client/fabric.js +++ /dev/null @@ -1 +0,0 @@ -../../libs/fabric.js \ No newline at end of file diff --git a/client/handlebars.js b/client/handlebars.js deleted file mode 120000 index b5f1a28..0000000 --- a/client/handlebars.js +++ /dev/null @@ -1 +0,0 @@ -../../libs/handlebars.js/ \ No newline at end of file diff --git a/client/index.html b/client/index.html index 133d0fa..b462858 100644 --- a/client/index.html +++ b/client/index.html @@ -3,8 +3,8 @@ Reactive Search - - + +
@@ -108,12 +108,12 @@
- - - - - - + + + + + + diff --git a/client/jquery b/client/jquery deleted file mode 120000 index 1a31613..0000000 --- a/client/jquery +++ /dev/null @@ -1 +0,0 @@ -../../libs/jquery/ \ No newline at end of file diff --git a/client/underscore b/client/underscore deleted file mode 120000 index 7eb96c2..0000000 --- a/client/underscore +++ /dev/null @@ -1 +0,0 @@ -../../libs/underscore \ No newline at end of file