Skip to content

jayhawk87/doesdouglikeit.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Does Doug Like It?

No.

Building the assets

This project uses gulp, an npm package, to build the assets. In order to minify the CSS and concatenate/uglify the js, you need to do the following:

Install npm.

Then, install the dev dependencies for the project and run the gulpfile.js:

npm install .
gulp

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.0%
  • HTML 22.7%
  • CSS 10.3%