Skip to content

danferth/friday

Repository files navigation

____________              _____ 
__  ___/_  /______ _________  /_
_____ \_  __/  __ `/_  ___/  __/
____/ // /_ / /_/ /_  /   / /_  
/____/ \__/ \__,_/ /_/    \__/  
----------------------------------------------------------------- 

Just a basic boilerplate to start a website.

  • It's got the GULP
  • It has a file or two
  • I set up the head and foot in PHP
  • so many pages on the easy
  • SCSS variables are made for color and font
  • the Foundation scss is baked in the workflow
  • added GSAP and FontAwesome just cause their awesome
  • and swal2, I ain't reinventing the wheel for a popup
  • also has localforage, hammer, & moment
  • all js 3rd parties can be turned on or off through config.php
  • oh and it has a pageloader if our into that sort of thing
  • easy versioning of css & js files
  • ah and maintenance mode
  • use all of it or turn off everything
  • and yeah this is starting to get out of hand lol

You can use this if you want, I use Cloud9 for an IDE:

  • clone this repo into a new project
  • run npm install
  • run gulp watch
  • start

You can also use gulp help to display all the tasks set up in gulpfile.js

*********************************************************************************
css                = sourcemaps | sass | prefix | minimize | filesize
checkjs            = jslint | filesize (only site.js)
js                 = concat | uglify | filesize
image              = optimize images and save to build dir
---------------------------------------------------------------------------------
watch (default)    = css, checkjs, js
clear              = delete css & js from build/
build              = css, js, & image, copies over scaffold and forms folders too
package            = copies all relavent files to package/ (use build first)
*********************************************************************************

About

A fun little web page created to show the exact time to 5:30pm Friday PST. Created in PHP with a sprinkle of js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors