Skip to content

Commit

Permalink
Initial image handling
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjesaitis committed Jul 6, 2015
1 parent de61e5a commit 7f63c8b
Show file tree
Hide file tree
Showing 17 changed files with 827 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
dist
.tmp
bower_components
.gitattributes
18 changes: 18 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"bitwise": true,
"browser": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"esnext": true,
"immed": true,
"jquery": true,
"latedef": true,
"mocha": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"strict": true,
"undef": true,
"unused": true
}
3 changes: 3 additions & 0 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"generator-mocha": {}
}
Loading

0 comments on commit 7f63c8b

Please sign in to comment.