Skip to content

Instantly share code, notes, and snippets.

View ckraybill's full-sized avatar

Chris Kraybill ckraybill

View GitHub Profile
@ckraybill
ckraybill / assets.rake
Last active December 13, 2015 23:19 — forked from thermistor/assets.rake
namespace :assets do
desc "Check that all assets have valid encoding"
task :check => :environment do
paths = ["public/javascripts", "public/stylesheets"]
extensions = ["js", "coffee", "css", "scss"]
paths.each do |path|
dir_path = Rails.root + path