This file contains hidden or 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
| @font-face{font-family:'Open Sans Light';src:url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.eot);src:url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.woff) format('woff'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.ttf) format('truetype'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.svg#OpenSansLight) format('svg');font-weight:400;font-style:normal} | |
| @font-face{font-family:'Open Sans Light';src:url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.eot);src:url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.woff) format('woff'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.ttf) format('truetype'),url(//mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format( |
This file contains hidden or 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
| commit 64f380a62e040e33668a378dffb83f6dbb68982a | |
| Author: Jakub Pawlowicz <contact@jakubpawlowicz.com> | |
| Date: Sun Jan 19 17:03:19 2014 +0000 | |
| Fixes calc test. | |
| diff --git a/test/unit-test.js b/test/unit-test.js | |
| index 38ce444..ba614d2 100644 | |
| --- a/test/unit-test.js | |
| +++ b/test/unit-test.js |
This file contains hidden or 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
| commit acb8fdfb8e3fdaab93e0b436487f56f208b5d108 | |
| Author: Jakub Pawlowicz <contact@jakubpawlowicz.com> | |
| Date: Sun Jan 19 16:51:46 2014 +0000 | |
| Fixed units regexp. | |
| diff --git a/lib/properties/compact.js b/lib/properties/compact.js | |
| index af51026..42c4065 100644 | |
| --- a/lib/properties/compact.js | |
| +++ b/lib/properties/compact.js |
This file contains hidden or 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
| commit 29fbb23145254bab63a83e261a02fcf5dc09b5fd | |
| Author: Jakub Pawlowicz <contact@jakubpawlowicz.com> | |
| Date: Sun Jan 19 16:51:07 2014 +0000 | |
| Cleaned up line breaks. | |
| diff --git a/lib/properties/compact.js b/lib/properties/compact.js | |
| index d3f5884..af51026 100644 | |
| --- a/lib/properties/compact.js | |
| +++ b/lib/properties/compact.js |
This file contains hidden or 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
| diff --git a/test/unit-test.js b/test/unit-test.js | |
| index 38ce444..a57388e 100644 | |
| --- a/test/unit-test.js | |
| +++ b/test/unit-test.js | |
| @@ -1333,13 +1333,8 @@ title']{display:block}", | |
| 'animation-name': ['animation'], | |
| 'animation-play-state': ['animation'], | |
| 'animation-timing-function': ['animation'], | |
| - 'background-attachment': ['background'], | |
| 'background-clip': ['background'], |
This file contains hidden or 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: bundle exec puma -p 3000 | |
| service: config/scripts/service |
This file contains hidden or 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
| # LLVM | |
| V=3.3 | |
| wget http://llvm.org/releases/$V/llvm-$V.src.tar.gz | |
| tar zxf llvm-$V.src.tar.gz | |
| cd llvm-$V.src | |
| ./configure --enable-jit --enable-targets=x86_64 --prefix=$HOME/local | |
| nice -n 10 make | |
| make install | |
| # Rubinius |
This file contains hidden or 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
| Be sure to have ncurses and ncurses-devel installed, which are not recommended by default via `rvm requirements`: | |
| % yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel ncurses ncurses-devel |