OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Changing name src to script #131

Closed ArthurSmid closed 3 years ago

ArthurSmid commented 3 years ago

This involves changing the folder named "src", that contains our JavaScript, to "script".

Then updating that in all the script files in the HTML, for example, <script type="text/javascript" src="src/airtable.browser.js"></script> would become <script type="text/javascript" src="script/airtable.browser.js"></script>.

Our site has nine HTML pages:

index category subcategory provider about terms-of-use providers emergency map

colindavey commented 3 years ago

I suggest "scripts" (plural). I think it's more standard.