Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| authors: | |
| hanzou: | |
| name: Hanzou Hattori | |
| display_name: Hanzou | |
| gravatar: c66919cb194f96c696c1da0c47354a6a | |
| email: [email protected] | |
| web: http://company.com | |
| twitter: company | |
| github: hhattori | |
| jorgen: |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| <?php | |
| require_once __DIR__ . '/../lib/vendor/Silex/silex.phar'; | |
| $app = new Silex\Application(); | |
| $app['debug'] = true; | |
| // Registering Symfony\Yaml and Symfony\Config | |
| $app['autoloader']->registerNamespace('Symfony', __DIR__.'/../lib/vendor/symfony/src'); |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <script type="text/javascript"> | |
| var nativeAtob = window.atob; | |
| var nativeBtoa = window.btoa; | |
| // http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#atob | |
| (function (global) { | |
| "use strict"; |
| #!/usr/bin/env ruby | |
| dry_run = ARGV.delete('--dry-run') | |
| force = ARGV.delete('--force') | |
| if ARGV.empty? | |
| puts <<-USAGE | |
| minify, swiftly concat and minify JavaScript files from the command line | |
| Pass a single argument to create a .min.js version: |