Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

Enet/gobem-proc-justjst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gobem-proc-justjst

DON'T USE THE PACKAGE. IT'S DEPRECATED!!! USE webpack INSTEAD.

This processor for gobem makes javascript templates and passes them to callback function. Function is a required argument.

Example for build.js

module.exports = function () {
    return [
        ['select', 0, /^components\/(\w+)\/\1\.jst$/],
        ['gobem-proc-justjst', function (templateName, template) {
            storage[templateName] = template;
        }]
    ]; // this array will be used as build instructions
};

About

Processor to make javascript templates for gobem builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published