Pinned Repositories
Blurminal
broccoli-webpack-cached
(Not currently maintained) A fast, compatible webpack plugin for Broccoli.
coffee-script-tmbundle
A TextMate Bundle for CoffeeScript
monokai-timmfin
The Monokai sublime/textmate them with a few enhancements (markdown coloring and better warning/error outlining in sublime).
sprockets-directive-loader
Converts Sprockets/Rails directives, in both JS and CSS files, into modules recognizable by Webpack.
sublime-text-2-git
Plugin for some git integration into sublime text 2
terminalcolours
A SIMBL plug-in for Terminal in Leopard which allows customisation of the text colours
timmfin's Repositories
timmfin/terminalcolours
A SIMBL plug-in for Terminal in Leopard which allows customisation of the text colours
timmfin/broccoli-webpack-cached
(Not currently maintained) A fast, compatible webpack plugin for Broccoli.
timmfin/sprockets-directive-loader
Converts Sprockets/Rails directives, in both JS and CSS files, into modules recognizable by Webpack.
timmfin/bender-broccoli-compass
Broccoli filter to compile SASS via compass. Really just re-uses broccoli-compass with a few tweaks (also, still very much in progress)
timmfin/bender-broccoli-lyaml
Broccoli filter to compile LYAML strings files into JS (still very much in progress).
timmfin/bender-broccoli-utils
Collection of basic utils used for bender broccoli modules. Still very much in progress.
timmfin/bender-graph
Basic graph implementation to represent dependency tree for Asset Bender projects.
timmfin/broccoli-coffee
CoffeeScript preprocessor for Broccoli
timmfin/broccoli-dependencies
A set of helpers to deal with dependencies in Broccoli (still very much in progress)
timmfin/broccoli-grouped-filter
Similar to broccoli-filter (caching the output of individual files), but processes all files in a batch instead of individually.
timmfin/broccoli-noop-filter
Similar to broccoli-filter but is a no-op, never writing anything to disk. Useful for things like linters when there is never any output.
timmfin/broccoli-quick-plugin
timmfin/broccoli-retain-directive-header-comments
Broccoli plugin that converts "regular" comments in CoffeeScript and SASS into block comments, so they are retained after transpilation.
timmfin/broccoli-sprockets-dependencies
Broccoli filter and helpers to extract out Sprockets-style dependencies and create concatenated bundles (still very much in progress).
timmfin/broccoli-stew
timmfin/drowse
timmfin/enzyme
JavaScript Testing utilities for React
timmfin/husky
:dog: Git hooks made easy
timmfin/merged-fs
Creates a proxy fs object (mimicing the node fs API) that merges together multiple filesystem instances and/or paths at different parts of the actual filesystem.
timmfin/omit-tilde-webpack-plugin
Webpack plugin that allows module imports to omit a tilde
timmfin/q
A promise library for JavaScript
timmfin/react-phone-input
A simple react component to format phone number as the user types
timmfin/serve-index
Serve directory listings
timmfin/tapable
Just a little module for plugins.
timmfin/timmfin.github.io
Quick and dirty replacement to the wordpress blog I've (barely) updated since 2004
timmfin/watchpack
Wrapper library for directory and file watching.
timmfin/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
timmfin/webpack-cache-issues
An example project to illustrate webpack caching issues
timmfin/webpack-core
[OBSOLTE in webpack 2] The core of webpack and enhanced-require...
timmfin/webpack-examples
Webpack Examples - (Enrty - Output - Loaders - Plugins)