Skip to content

Commit

Permalink
readme and npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Dec 17, 2012
1 parent 61c259c commit d818193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
examples/
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -3,11 +3,10 @@
Discovered [browserify](https://github.com/substack/node-browserify) too late and/or want to use common code on server Discovered [browserify](https://github.com/substack/node-browserify) too late and/or want to use common code on server
and client? and client?


Think you are stuck in requirejs AMD format for client side code because there is no time to do the huge refactor? Think you are stuck with requirejs AMD format for your client side code because there is no time to do the huge refactor?


Don't you fret, browserify-ftw is here to help: Don't you fret, browserify-ftw is here to help. For most projects it will be able to perform an upgrade it to a point

where it can be browserified immediately, for all others it should get you at least 90% there.
Once it is functional that is, so for now **move along, nothing to see here yet**.


## features ## features


Expand All @@ -21,15 +20,15 @@ Once it is functional that is, so for now **move along, nothing to see here yet*
- will not wrap your jquery, etc., for you, you'll need to do this by hand - will not wrap your jquery, etc., for you, you'll need to do this by hand
- cannot resolve template files (maybe a good time to switch to [precompiled - cannot resolve template files (maybe a good time to switch to [precompiled
templates](https://github.com/wycats/handlebars.js/#precompiling-templates)) ;) templates](https://github.com/wycats/handlebars.js/#precompiling-templates)) ;)
- only `'var'` style -> `'var foo = require('foo');'` require style supported at this point - only `'var foo = require('foo');'` require style supported at this point
- `directoryFilter` not yet supported - `directoryFilter` not yet supported


## step by step examples ## step by step examples


Additionally to the below documentation you will find the [step by step Additionally to the below documentation you will find the [step by step
examples](https://github.com/thlorenz/browserify-ftw/tree/master/examples) helpful. examples](https://github.com/thlorenz/browserify-ftw/tree/master/examples) helpful.


**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* ## **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*


- [preparing requirejs config](#preparing-requirejs-config) - [preparing requirejs config](#preparing-requirejs-config)
- [global modules](#global-modules) - [global modules](#global-modules)
Expand Down

0 comments on commit d818193

Please sign in to comment.