Closed rmkane closed 4 years ago
Added support for node and grunt.
node
grunt
There is now a dist/ directory at the root level, which gets populated when the npm run build script is executed in the console. The index.html page should be loading minified JS/JSON/CSS files now.
dist/
npm run build
index.html
Added support for
node
andgrunt
.There is now a
dist/
directory at the root level, which gets populated when thenpm run build
script is executed in the console. Theindex.html
page should be loading minified JS/JSON/CSS files now.