This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This sucks too. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is so fucking gay. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Invoke db:bootstrap:load (first_time) | |
** Invoke environment | |
** Execute db:bootstrap:load | |
** Execute db:bootstrap | |
>> Started executing bootstrap for development | |
>> Started executing bootstrap for static_content | |
>> Finished executing bootstrap for static_content | |
>> Started executing bootstrap for users | |
>> Finished executing bootstrap for users | |
>> Started executing bootstrap for challenges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# bash completion support for core Git. | |
# | |
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]> | |
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | |
# Distributed under the GNU General Public License, version 2.0. | |
# | |
# The contained completion routines provide support for completing: | |
# | |
# *) local and remote branch names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by s3backer FUSE filesystem backed by Amazon S3 configure 1.3.1, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/s3-backer/1.3.1 | |
## --------- ## | |
## Platform. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>var layout_width = 'small'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script> | |
<script>var layout_width = 'medium'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script> | |
<script>var layout_width = 'large'; var layout_color='12EBF6'; var layout_rows=8;</script><script src="http://localhost:3000/dispensaries/medco-organics/widget.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app/ | |
assets/ | |
stylesheets/ | |
layouts/ | |
_base.css.scss | |
_blog.css.scss | |
_layout.css.scss | |
layouts.css.scss | |
products/ | |
_product.css.scss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
/ paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ | |
/[if lt IE 7] <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> | |
/[if IE 7] <html class="no-js lt-ie9 lt-ie8" lang="en"> | |
/[if IE 8] <html class="no-js lt-ie9" lang="en"> | |
/ Consider adding a manifest.appcache: h5bp.com/d/Offline | |
/ [if gt IE 8]><! | |
%html.no-js{:lang => "en"} | |
/ <![endif] | |
%head |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When viewing a SCSS/Sass file show the selector path in the status bar of the file? | |
E.g | |
```scss | |
.page-footer { | |
.events { | |
@include column(3); | |
@include mobileColumn(4); |
OlderNewer