factor1 / prelude-wp

Prelude is a WordPress starter theme that helps you craft custom themes.
GNU General Public License v3.0
14 stars 3 forks source link

Dedicated Output for Compiled Files #174

Closed erwstout closed 4 years ago

erwstout commented 5 years ago

After some trial and error and feedback/discussions, the folder structure should be tweaked just a bit.

FOLDER STRUCTURE

assets/
inc/    
parts/    
templates/    
util/
dist/

Note the addition of dist/

Any src/ and dist/ folders inside of assets will now compile to dist/ instead, thus insuring the paths being correct upon compilation and deployment.

[ ] Do Not .gitignore dist/ [ ] Remove all src/ and dist/ folders currently existing [ ] Update npm scripts in both .bin and package.json [ ] Kill Gulp image compression and most likely gulp altogether

erwstout commented 5 years ago