Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.
/ gulp-hammerapp Public archive

⚠️ ⚠️ ⚠️ depereceted. hammerappoformac complier use node

Notifications You must be signed in to change notification settings

Jamlee/gulp-hammerapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-hammerapp

status

what it is:

  • engine for template engine
  • complier for hammerappformac

Usage

 gulp.src('./**/*.html')
    .pipe(gulpIgnore.exclude('node_modules/**'))
    .pipe(gulpIgnore.exclude('dist/**'))
    .pipe(replace.tag_include())
    .pipe(replace.tag_javascript())
    .pipe(replace.tag_stylesheet())
    .pipe(replace.tag_placeholder())
    .pipe(replace.tag_path())
    .pipe(gulpIgnore.exclude('includes/**'))
    .pipe(htmlbeautify(options))
    .pipe(gulp.dest('dist'));

About

⚠️ ⚠️ ⚠️ depereceted. hammerappoformac complier use node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published