A
A
Azat S.2015-09-24 23:01:00
Web development
Azat S., 2015-09-24 23:01:00

Gulpfile.js vs Gulpfile.coffee?

I noticed that some people in their assemblies, in addition to gulpfile.js, also use gulpfile.coffee, where they write all the tasks. At the same time, gulpfile.js contains only the following code:

require('coffee-script/register');
require('./gulpfile.coffee');

What is the benefit of using coffescript here?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
LightAir, 2015-09-24
@azat-io

A matter of taste. Well, if you have a coffescript project, why not use it for this as well?

D
Denis Ineshin, 2015-09-24
@IonDen

It's just that someone really likes to drink coffee.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question