Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public-min: public/index.html $(deps)
node_modules/assetgraph-builder/bin/buildProduction \
--root public \
--outroot public-min \
--optimizepngs \
$<

PHONY: clean
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"connect": "~2.0.3"
},
"devDependencies": {
"assetgraph-builder": ">=0.2.37"
"assetgraph-builder": ">=0.3.38"
},
"engines": {
"node": ">=0.6"
Expand All @@ -41,4 +41,4 @@
"cssarrowplease.com",
"www.cssarrowplease.com"
]
}
}
5 changes: 3 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ input[type='radio'] { border: 0; }

/* fork_me */
.fork_me { position: absolute; top: 0; right: 0; display: block; width: 149px; height: 149px; background: url(../img/fork.png);
-one-image-postprocess: pngquant(128);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im really not a fan of this. Sorry :S

opacity: 0.7;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.fork_me:hover {
opacity: 1;
.fork_me:hover {
opacity: 1;
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
transform: scale(1.03);
Expand Down
Binary file modified public/img/fork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/noisebg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/js/vendor/jscolor/hs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/js/vendor/jscolor/hv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.