Showing 1 – 1 of 1 replies
farrukhsubhani

I have just bought the template and got […]

farrukhsubhani PURCHASED
3 years ago
I have just bought the template and got following:
1. After npm install I had to install popperjs
2. You have asked to install gulp as global but that can be added as part of dev dependency like other libraries. Makes it easy to just say npm install and then gulp build.
3. on gulp build it asked me to install node-sass which I did as a dev dependency.
4. Once build the html folder and documentation folder both uses ../assets as link to all assets generated during build. This make the src folder and dist folder difficult to distinguish and auto deploy on ftp etc. It would be better if the structure of build was
-dist/deploy folder
- all html files in there with links to /assets folder
- assets folder that is build using build process
- documentation folder that is already populated with documentation and references are ../assets folder

on your build you can simply produce assets folder inside dist folder and not change anything else in dist folder as those need to be there to view template. Anyone who need to customize pages and remove them can then take existing pages and start building their own from there.

Great work so far. Looking forward to an admin template as well.
stepofweb
stepofweb SELLER
3 years ago
Hello farrukhsubhani,

Thank you very much for your feedback and for purchasing Atropos.
Indeed, everything you mentioned is right and will be changed for the next update.

Thanks.