Embeddable widgets
<link rel="import" href="import-file.html">
git archive master | tar -x -C ~/somewhere/ |
"to get the selenium errors locally, you have to use USE_OPTIMIZED_JS=true bundle exec spec spec/selenium/path_to_spec.rb" - stanley
?debug_js=1
bake canvas:compile_assets
asyncTest 'testing the test...', 1, -> | |
setTimeout (-> | |
equal 1,1 | |
start() | |
), 50 |
sudo apt-get install python-software-properties -y | |
sudo add-apt-repository ppa:tuxpoldo/btsync | |
sudo apt-get update | |
sudo apt-get install btsync |
<a class="al-trigger al-trigger-gray" role="button" aria-haspopup="true" tabindex="-1" aria-owns="content-1" | |
{{action 'open'}}> | |
<i class="icon-settings"></i> | |
<i class="icon-mini-arrow-down"></i> | |
<span class="screenreader-only">Settings</span> | |
</a> | |
<ul class="canvas-dropdown al-options ui-menu ui-widget ui-widget-content ui-corner-all ui-popup ui-kyle-menu use-css-transitions-for-show-hide" style="display: none;" id="ui-id-2" role="menu" tabindex="0" aria-hidden="true" aria-expanded="false"> | |
<span class="ui-menu-carat" style="left: 71px;"><span></span></span> |
var httpProxy = require('http-proxy'); | |
var options = { | |
changeOrigin: true, | |
target: { | |
https: true | |
} | |
} | |
httpProxy.createServer(443, 'www.google.com', options).listen(8001); |