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

Instructions #31

Closed
fernandofas opened this issue May 3, 2016 · 1 comment
Closed

Instructions #31

fernandofas opened this issue May 3, 2016 · 1 comment

Comments

@fernandofas
Copy link

Hi there,

I installed gulp-template and followed the instructions, but seems like there is an issue as the gulpfile.js is not generated and because of this issue, I can't use it.

Any idea why this is happening or is missing some instructions?

https://github.com/sindresorhus/gulp-template

Also, when you posted:

Usage

src/greeting.html

Hello <%= name %>

It does not mean anything to me as I can't find the gulpfile.js.

Cheers,

fernando fas
fernandofas@gmail.com

@fernandofas fernandofas changed the title Instrucitons Instructions May 3, 2016
@SamVerschueren
Copy link

You have to write your gulpfile.js yourselves. This is just a plugin to parse a template file like this:

<h1>Hello <%= name %></h1>

To an output file like

<h1>Hello Sindre</h1>

Please read the getting started guide of Gulp first.

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

2 participants