+1 vote
in JavaScript by
Creating a Gruntfile

1 Answer

0 votes
by

Creating a Gruntfile

Gruntfile acts as the anchor providing the list of actions to be performed -

  • Customize the tasks that informs plug-ins where to trace files for actions
  • Configure Grunt plug-ins to automate basic requirements such as Uglify ,Concat and so on.
  • Register tasks that needs to be run.
...