Hi,
I am trying to build my project using
Grunt Build
after running this command i got to know that i neeed package.json and Gruntfile.js
I ran below commands.
1. npm install grunt
2. npm install grunt --save-dev
3. npm init
Using this package.json is created inside my project
after that when i tried to run
4. grunt build
I am getting below error.
"
A valid Gruntfile could not be found. Please see the getting started guide for
more information on how to configure grunt: http://gruntjs.com/getting-started
Fatal error: Unable to find Gruntfile."
