jh3y / gulp-boilerplate

a simple gulp boilerplate

Home Page:https://jh3y.github.io/gulp-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 'markup:compile' is not in your gulpfile

scoutrul opened this issue Β· comments

commented

Hello! Thanks for this boilerplate, but here is a error while I trying change .pug file.
'Task 'markup:compile' is not in your gulpfile'

Without any code changes.

Hey @scoutrul πŸ˜„

Thanks for contributing, that's a great spot, you're right!

It's looking for markup:compile when the task is actually named compile:markup. I've fixed this and updated the version πŸ‘

In future, I will look to implement a better way to manage the task names across files.

Hope that helps and thanks again!

commented

Thank you!
Waiting for future updates.

I need easy and fast gulp-boilerplate with pug, stylus, babel, and all cosmetics, hope it gonna be your project. GL

Hey @scoutrul ,

No worries πŸ˜„ Any other improvements or scenarios you'd like to see, don't hesitate to open another issue πŸ‘

@jh3y

commented

Task 'styles:compile' is not in your gulpfile

Hey @scoutrul

Really sorry about that. I've put together a solution for this task name issue mentioned in #9 by utilising key-mirror. This problem should be resolved now in the new version 3.3.0 πŸ‘

Thanks again for contributing!

@jh3y