This project originally used Grunt for building and local development.
grunt local- Run local development servergrunt build- Build for production
The project requires:
- Node.js >= 4
- Bower (
npm install -g bower) - Grunt CLI (
npm install -g grunt-cli)
The original Gruntfile.js was not included in the repository dump. To restore building:
- Recreate
Gruntfile.jsbased on the original project configuration - Ensure
bower.jsondependencies are installed:bower install - Check
config/for server configuration that may reference build paths
bower.jsonhas been moved to root levelpackage.jsonhas been updated with grunt scripts (non-functional without Gruntfile.js)dist/js/anddist/css/contain the last build artifactsdist/scripts/dist/contains app build output
If restoring the build system:
- Create
Gruntfile.jswith appropriate tasks - Verify
dist/output matches expected structure - Update
package.jsonscripts to point to root-level grunt tasks