You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing the global state from publish.js and making it more functional and atomic, i.e., functions mutate, and return mutated inputs rather than altering the global state.
remove readme folder, and remove images from the README
while these are nice, they take all the space above-the-fold, whereas it's always nice to have a project description in that space IMO. Demos could be provided on a jsdoc generated documentation page for the project using the project. See Dogfooding/Example below.
rename static to public
remove all code in static
move tmpl to public
create public/assets and put the font-awesome heart icon into the folder
move styles to src/styles
move scripts to src/js, and update to use import syntax for use with Rollup
remove third-party (vendor) JavaScript, e.g., prettify, and use npm.
Use CDN for all third-party JS, and CSS.
introduce preload, and prefetch in the head
remove font-awesome and inline the heart icon as an SVG
The text was updated successfully, but these errors were encountered:
Codebase Cleanup
const
, andlet
vsvar
.publish.js
and making it more functional and atomic, i.e., functions mutate, and return mutated inputs rather than altering the global state.readme
folder, and remove images from theREADME
static
topublic
static
tmpl
topublic
public/assets
and put thefont-awesome
heart icon into the folderstyles
tosrc/styles
scripts
tosrc/js
, and update to useimport
syntax for use with Rollupprettify
, and usenpm
.preload
, andprefetch
in the headfont-awesome
and inline the heart icon as an SVGThe text was updated successfully, but these errors were encountered: