Pergunta de entrevista da empresa McClatchy

What's in a grunt file and explain what it does

Resposta da entrevista

Sigiloso

15 de set. de 2014

A JS or Coffeescript file that goes in project root next to package.json. Includes wrapper function, project and task configuration, loading grunt plugins and tasks and custom tasks.

3