Add back fp build-modules files.

This commit is contained in:
John-David Dalton
2016-01-25 00:16:23 -08:00
parent 258ad020ed
commit c49ace5587
12 changed files with 172 additions and 43 deletions

2
lib/fp/template/fp.jst Normal file
View File

@@ -0,0 +1,2 @@
var _ = require('./lodash').noConflict().runInContext();
module.exports = require('./fp/convert')(_);