Skip to content

Instantly share code, notes, and snippets.

@hornos
Created March 28, 2014 20:59
Show Gist options
  • Select an option

  • Save hornos/9842874 to your computer and use it in GitHub Desktop.

Select an option

Save hornos/9842874 to your computer and use it in GitHub Desktop.
Csókolom nénike, jó reggelt kívánok!
var tt = require('browserify-transform-tools/lib/transformTools.js');
options = {};
module.exports = tt.makeStringTransform("decsify",.
options, function(contents, transformOptions, done) {
done(null, contents.replace(/cs\!/g, "./")) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment