You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
238 B

  1. /*!
  2. * artTemplate[NodeJS]
  3. * https://github.com/aui/artTemplate
  4. * Released under the MIT, BSD, and GPL Licenses
  5. */
  6. var node = require('./_node.js');
  7. var template = require('../dist/template-debug.js');
  8. module.exports = node(template);