+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.

Related questions

+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
0 votes
asked Oct 9, 2022 in JavaScript by Robin
0 votes
asked Mar 3 in AWS by DavidAnderson
...