Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBS Templates #172

Open
timdiacon opened this issue Apr 21, 2017 · 0 comments
Open

HBS Templates #172

timdiacon opened this issue Apr 21, 2017 · 0 comments

Comments

@timdiacon
Copy link

I'm got an express app which is using Handlebars as template engine. My folder struture looks like this...

  • public
    ---- img
    ---- js
    ---- css
  • views

When I run the following

gulp.task('revAssets', function () { return gulp .src(['public/**']) .pipe(RevAll.revision()) .pipe(gulp.dest('public-rev')) .pipe(RevAll.manifestFile()) .pipe(gulp.dest('public-rev')); });

It revs all the assets in the public folder as expected but nothing happens to my HBS templates. Do I need to tell it to include .hbs files... or do I need to tell it to also be looking in the views folder... or both?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant