Skip to content

Instantly share code, notes, and snippets.

View jasoncharnes's full-sized avatar
🎉
Here to party

Jason Charnes jasoncharnes

🎉
Here to party
View GitHub Profile
@jasoncharnes
jasoncharnes / .parcelrc
Created November 19, 2021 20:00
Using Parcel 2 with Rails and jsbundling-rails
{
"extends": "@parcel/config-default",
"resolvers": ["@parcel/resolver-glob", "..."]
}
@jasoncharnes
jasoncharnes / tailwind.config.js
Last active November 25, 2020 21:51
I had to use this setup to get PurgeCSS working with form.text_field
module.exports = {
purge: {
content: [
{
raw: '<html><body><input type="text"/></body></html>',
extension: "html",
},
"./app/**/*.html.erb",
],
options: {
@jasoncharnes
jasoncharnes / setup.md
Created November 10, 2019 17:57
Code Connector Rails Workshop

rails new .

gem 'sqlite3', '~&gt; 1.3.11'

@jasoncharnes
jasoncharnes / .vimrc
Created July 5, 2019 23:07
Personal VIM
" A minimal vimrc for new vim users to start with.
"
" Referenced here: http://vimuniversity.com/samples/your-first-vimrc-should-be-nearly-empty
"
" Original Author: Bram Moolenaar <Bram@vim.org>
" Made more minimal by: Ben Orenstein
" Modified by : Ben McCormick
" Last change: 2014 June 8
"
" To use it, copy it to