mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Reorg templates.
This commit is contained in:
@@ -8,7 +8,7 @@ var _ = require('lodash'),
|
||||
|
||||
var mapping = require('../../fp/_mapping');
|
||||
|
||||
var templatePath = path.join(__dirname, 'template');
|
||||
var templatePath = path.join(__dirname, 'template/modules');
|
||||
|
||||
var template = _.transform(glob.sync(path.join(templatePath, '*.jst')), function(result, filePath) {
|
||||
result[path.basename(filePath, '.jst')] = _.template(fs.readFileSync(filePath));
|
||||
|
||||
1
lib/fp/template/doc/wiki.jst
Normal file
1
lib/fp/template/doc/wiki.jst
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user