umbchackers / quill

đź“ť Registration, for HackUMBC
https://register.hackumbc.org
GNU Affero General Public License v3.0
4 stars 0 forks source link

Miscellaneous Updates #24

Open Flux0s opened 5 years ago

Flux0s commented 5 years ago

Modify the Gulp default task console message

Remove the magic string and create a constant at the top of the page. Found on line 17 of '/gulpfile.js'

Flux0s commented 5 years ago

Review the load order of the index.html for the front-end

Seems like we should clean up the index.html and also maybe reorder the load order of the js files Found in '/app/client/index.html'

Flux0s commented 5 years ago

Modify package.json private config to Boolean instead of string

Currently the "private" config is "true" should be true Found on line 5 of '/package.json'

Alinamoo commented 5 years ago

Review the load order of the index.html for the front-end

Seems like we should clean up the index.html and also maybe reorder the load order of the js files Found in '/app/client/index.html'

Can you recall what we talked about for the load order, how do we want to organize the the files ?

jjordonm commented 5 years ago

Sorry, I don’t remember.

On Aug 30, 2019, at 12:49 AM, Alinamoo notifications@github.com wrote:

Review the load order of the index.html for the front-end

Seems like we should clean up the index.html and also maybe reorder the load order of the js files Found in '/app/client/index.html'

Can you recall what we talked about for the load order, how do we want to organize the the files ?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.