0.1.0 • Published 9 years ago

replacify v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

replacify

String replace for browserify

This was made to match an old version of grunt-replace to be able to take advantage of watchify. Currently, the API is very limited to match the base use case of grunt-replace.

Getting Started

  npm install replacify --save

Configuration

replacify takes a configuration object

js

{ variables: { assets: "http://assets.example.com/" }

}

This will replace all instance of @@assets in the code by http://assets.example.com/.

Todos

  • Testing
  • Options for prefix

Release History

  • 2015-01-30   0.1.0   First release