diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7437c3b Binary files /dev/null and b/.DS_Store differ diff --git a/.meteor/packages b/.meteor/packages index 4866de1..c466134 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -15,7 +15,6 @@ accounts-ui simple-schema collection2 less -stellar roles nprogress spiderable diff --git a/client/views/test/test.js b/client/views/test/test.js index 012751b..cc838cc 100644 --- a/client/views/test/test.js +++ b/client/views/test/test.js @@ -1,5 +1,4 @@ Template.test.rendered = function () { - $('.CoverImage').attr('data-stellar-ratio', 0.5); }; diff --git a/public/.DS_Store b/public/.DS_Store new file mode 100644 index 0000000..ef288c4 Binary files /dev/null and b/public/.DS_Store differ diff --git a/public/images/.DS_Store b/public/images/.DS_Store new file mode 100644 index 0000000..01f57e0 Binary files /dev/null and b/public/images/.DS_Store differ diff --git a/public/img/.DS_Store b/public/img/.DS_Store new file mode 100644 index 0000000..18749db Binary files /dev/null and b/public/img/.DS_Store differ diff --git a/smart.json b/smart.json index ef4d142..848c752 100644 --- a/smart.json +++ b/smart.json @@ -5,7 +5,10 @@ "ogno-admin": {}, "collection2": {}, "filepicker": {}, - "stellar": {}, - "nprogress": {} + "nprogress": {}, + "ms-seo": { + "git": "https://github.com/DerMambo/ms-seo" + }, + "font-awesome": {} } } diff --git a/smart.lock b/smart.lock index 65113dd..f4cb11b 100644 --- a/smart.lock +++ b/smart.lock @@ -17,11 +17,15 @@ "filepicker": { "version": "0.4.0" }, - "stellar": { - "version": "0.1.0" - }, "nprogress": { "version": "0.0.3" + }, + "ms-seo": { + "git": "https://github.com/DerMambo/ms-seo", + "branch": "master" + }, + "font-awesome": { + "version": "4.0.3" } }, "packages": { @@ -50,16 +54,21 @@ "tag": "v0.4.0", "commit": "20d56aaaf48be3a5c0499547a495a6463b4fa3d9" }, - "stellar": { - "git": "https://github.com/noorderstorm/meteor-stellar.git", - "tag": "v0.1.0", - "commit": "1ca2f68e0cca5967a6f88545cea12055c9fc2465" - }, "nprogress": { "git": "https://github.com/zhouzhuojie/meteor-nprogress.git", "tag": "v0.0.3", "commit": "ffd1c5dd400af64121197f4e637a215c4b6b1fc7" }, + "ms-seo": { + "git": "https://github.com/DerMambo/ms-seo", + "branch": "master", + "commit": "495cb66e744de2eeb67d9fd28f93a9cf3ad6f54b" + }, + "font-awesome": { + "git": "https://github.com/nate-strauser/meteor-font-awesome.git", + "tag": "v4.0.3", + "commit": "61e9361384347547ae144f8228faa4deffda23db" + }, "autoform": { "git": "https://github.com/aldeed/meteor-autoform.git", "tag": "v0.4.13",