Skip to content

rbndelrio/baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baseline

This is my officially unofficial boilerplate for new projects. Anyone who stumbles upon it is free to fork and pull request!

Bitbucket
Github (use this for pull requests)

todo

  • Getting sourcemaps working is a lost cause right now
  • Add a more semantic, stylable alternative form input system (still looking for a good library for this)
  • Possibly create a fork using webpack in place of gulp
    • If so, this repo might be renamed baseline-gulp

--- Remove everything above this point for projects ---

XXXXXXXXXXXXXXXXX Landing Page

http:https://FFFF.com/

Developer Setup

Ensure you have the following hosts defined in /etc/hosts:

123.456.678 FFFF.prod
123.456.678 FFFF.local

Ensure you have the following remotes defined in your clone:

git remote add test [email protected]:~/repos/heronlandingpages/Test.git
git remote add stage [email protected]:~/repos/heronlandingpages/Stage.git
git remote add prod [email protected]:~/repos/heronlandingpages/Prod.git

Development

npm install
gulp watch

For vendor libraries, use bundle task. If the libraries aren't minified, use the mindep task.

The images task utilizes the OS X-only ImageOptim and ImageAlpha to maximize lossless compression (benchmarks). JPEGs should be processed through JPEGmini manually unless you want to modify gulp-imageoptim yourself.

URLs

  1. Local: http:https://localhost:1234/
  2. Test: http:https://FFFF-test.pushdev.net/
  3. Stage: http:https://FFFF-stage.pushdev.net/
  4. Production: http:https://FFFF.com/

About

My personal baseline frontend setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages