Skip to content

Instantly share code, notes, and snippets.

View ptrikutam's full-sized avatar

Pavan Trikutam ptrikutam

View GitHub Profile
@ptrikutam
ptrikutam / Gruntfile.js
Last active October 7, 2015 17:47
Sample Gruntfile for the Sinatra Bootstrap
module.exports = function(grunt) {
// 1. All configuration goes here
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
concat: {
dist: {
src: [
'app/assets/javascripts/libs/*.js', // All JS in the libs folder
@ptrikutam
ptrikutam / README.md
Last active November 1, 2023 13:39
Heatmap of git commits - basic
@ptrikutam
ptrikutam / circle.yml
Created January 12, 2016 06:13
A sample circle.yml for a github workflow
deployment:
production:
branch: master
commands:
- git push git@heroku.com:yourapp.git $CIRCLE_SHA1:master
- heroku run rake db:migrate --app yourapp
- heroku run 'rake cache:clear' --app yourapp
staging:
branch: development
commands:
<div class="content">
<div class="subscription-plan-container" data-plan-status="active">
<div class="subscription-plan">
<h2 class="plan-description"><span class="plan-name"></span> Plan</h2>
<p>A 3 month supply, shipped to you every 3 months.
<ul>
<li class="dropdownParent">
<a href="#">Currently Active</a>
<ul class="submenu">
<li><a class="cancel" href="cancel?subscription=4466b9bb55050f4ace2f68431683801a">Cancel my plan</a></li>