Skip to content

Commit 2b90456

Browse files
author
msacca
committed
init commit - already have API rocking to pull in popular - next step is to grab the users following shots list. Still working on the final design. Interactions are carried over from tabstagram, will most likely change.
1 parent 3b45730 commit 2b90456

File tree

75 files changed

+11431
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+11431
-0
lines changed

.sass-cache/17b7cdcc8f35db3f8b430ce2dacdef03527172eb/app.scssc

Lines changed: 535 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.sass-cache/c0d5baeb24935e99c914ec9210bfa5b61bb74d49/_images.scssc

Lines changed: 1008 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.sass-cache/c0d5baeb24935e99c914ec9210bfa5b61bb74d49/_transform.scssc

Lines changed: 1479 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

config.rb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Require any additional compass plugins here.
2+
require "compass-growl"
3+
require "animation";
4+
5+
# Set this to the root of your project when deployed:
6+
http_path = "/"
7+
css_dir = "css"
8+
sass_dir = "sass"
9+
images_dir = "img"
10+
javascripts_dir = "js"
11+
12+
# You can select your preferred output style here (can be overridden via the command line):
13+
# output_style = :expanded or :nested or :compact or :compressed
14+
15+
# To enable relative paths to assets via compass helper functions. Uncomment:
16+
# relative_assets = true
17+
18+
# To disable debugging comments that display the original location of your selectors. Uncomment:
19+
# line_comments = false
20+
21+
22+
# If you prefer the indented syntax, you might want to regenerate this
23+
# project again passing --syntax sass, or you can uncomment this:
24+
# preferred_syntax = :sass
25+
# and then run:
26+
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass

css/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)