HackFSU / hackfsu-2018

HackFSU Website & Api
https://hackfsu.com
5 stars 14 forks source link

Improve /views structure #33

Closed andrewsosa closed 6 years ago

andrewsosa commented 6 years ago

Right now the .pug files are in /views, .css is in /public/stylesheets, and .js in /public/stylesheets.

Ideally, we can reach a structure similar to this:

/webapp
    ....
    /views
        /index
            index.pug
            index.sass
            index.js
    ....

This will need some changes in app.js, dealing with configuring the view engine.

andrewsosa commented 6 years ago

This seems to be fine for now.