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

Плагины для grunt и gulp #28

Closed
kobezzza opened this issue Nov 2, 2014 · 6 comments
Closed

Плагины для grunt и gulp #28

kobezzza opened this issue Nov 2, 2014 · 6 comments

Comments

@kobezzza
Copy link
Contributor

kobezzza commented Nov 2, 2014

Хочу делать так:

gulp.task('build', function () {
    gulp.src('./index.ss')
        .pipe(snakeskin({exec: true}))
        .pipe(typograf({lang: 'ru'}))
        .dest('./index.html');
});

Поэтому нужны плагинчики 😄

@hcodes
Copy link
Contributor

hcodes commented Dec 24, 2014

Для gulp плагина создал - https://github.com/typograf/gulp-typograf
Для grunt пока это не актуально, ждем следующего issue. 😄

@kobezzza
Copy link
Contributor Author

Если дашь права коммита, то могу сделать для Гранта плаг 😄

@hcodes
Copy link
Contributor

hcodes commented Dec 24, 2014

Добавил в группу "Admin".

@kobezzza
Copy link
Contributor Author

Оки, на выходных сделаю.

@hcodes
Copy link
Contributor

hcodes commented Dec 25, 2014

Сделал прототип https://github.com/typograf/gulp-typograf и создал репозиторий grunt-typograf

@hcodes hcodes closed this as completed Dec 25, 2014
@kobezzza
Copy link
Contributor Author

Сделал прототип https://github.com/typograf/gulp-typograf и создал репозиторий grunt-typograf

Оки, скоро сделаю. Мать на компе сгорела, меняю 😢

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