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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
Folder names like scss and js couple the language to the code a little too closely and can cause a some confusion if the end-user wants to use less or coffeescript.
Instead, consider using styles and scripts.
The text was updated successfully, but these errors were encountered:
I've debated this constantly, with the current useage of JS/CSS and compilation tools/frameworks it makes since to move to the styles and scripts because "/js/" might include more than just a *.js and the same for "/scss"
Folder names like
scss
andjs
couple the language to the code a little too closely and can cause a some confusion if the end-user wants to use less or coffeescript.Instead, consider using
styles
andscripts
.The text was updated successfully, but these errors were encountered: