Gulp plugin for the Entomic templating engine
var entomic = require('gulp-entomic');
gulp.task('entomic', function(){
gulp.src('./src/**/*.html')
.pipe(entomic())
.pipe(gulp.dest('./dist'));
});
Folder path where entomic components are located.
Type: String
Default: node_modules
Output path to place styles.
Type: String
Default: style
Output path to place scripts.
Type: String
Default: script
Output path to place assets.
Type: String
Default: asset