Closed rashi-bhansali closed 1 month ago
@rashi-bhansali few questions:
make index.html demo-ready
What does demo-ready mean?
add the following to bower.json and package.json
I think we can remove bower.json
and only keep package.json
, since they serve the same purpose? can correct me if I'm wrong.
@rashi-bhansali few questions:
make index.html demo-ready
What does demo-ready mean?
add the following to bower.json and package.json
I think we can remove
bower.json
and only keeppackage.json
, since they serve the same purpose? can correct me if I'm wrong.
We need to remove the changelog, license and readme-dev files from Bigfoot.
Do we need to update the changelog or remove it
Do we need to update the changelog or remove it
I think we can make it empty for now and update it later.
Since Tinyfoot is built on top of Bigfoot, after migrating the jQuery to JS ES6, the repository needs to be cleaned:
src/js/bigfoot.js
) tosrc/js/tinyfoot.js
and ensuring a standard naming convention for styles and other filesindex.html
demo-readybower.json
andpackage.json
: