issues
search
Riiskits
/
Riiskit-Child
A child theme for Riiskit.
MIT License
2
stars
1
forks
source link
Find a better CSS and JS structure that allows for not having ALL CSS and JS on ALL pages
#1
Open
sigurdsvela
opened
9 years ago
halvardos
commented
9 years ago
Points to consider with JS:
The theme should encourage use of OO ES6. through transpiling with babel.js.
Encourage / force good code style with ESlint (
https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
) (4 spaces)
Selective loading of scripts.
Possible mapping to es6 files.
Development files that are not minified
Head / footer loading?
Encourage / exemplify good file structure.
Points to consider with JS: