https://github.com/bodacious/thegreatpantomime
Simple HTML website
https://github.com/bodacious/thegreatpantomime
Last synced: 12 months ago
JSON representation
Simple HTML website
- Host: GitHub
- URL: https://github.com/bodacious/thegreatpantomime
- Owner: Bodacious
- Created: 2016-12-22T21:07:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-24T19:54:19.000Z (over 9 years ago)
- Last Synced: 2025-02-28T01:22:35.940Z (over 1 year ago)
- Language: CoffeeScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Great Pantomime
HTML Files for my website: www.thegreatpantomime.com
## Structure
In this structure, we'll use the app folder for development purposes, while the dist (as in "distribution") folder is used to contain optimized files for the production site.
Since app is used for development purposes, all our code will be placed in app.
We'll have to keep this folder structure in mind when we work on our Gulp configurations. Now, let's begin by creating your first Gulp task in gulpfile.js, which stores all Gulp configurations.