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
require 'rubygems' | |
require 'time' | |
require 'fileutils' | |
require 'httparty' | |
require 'nokogiri' | |
require 'pp' | |
APIToken = 'your-api-token-goes-here' | |
APIServer = 'http://sample.campfirenow.com' |
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
// @import compass/css3 | |
// @import compass/layout | |
// @import compass/reset | |
// @import compass/reset-legacy | |
// @import compass/support | |
// @import compass/typography | |
// @import compass/utilities | |
// | |
// @import compass/css3/appearance | |
// @import compass/css3/background-clip |
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
# Add this | |
public/javascripts/all.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
(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName)){d=d.parentNode}if("href"in d&&(chref=d.href).replace(e.href,"").indexOf("#")&&!d.attributes.getNamedItem("data-remote")&&(!/^[a-z\+\.\-]+:/i.test(chref)||chref.indexOf(e.protocol+"//"+e.host)===0)){a.preventDefault();e.href=d.href}},false)}})(document,window.navigator,"standalone") |