Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

josephfusco/fawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#fawn

License

A WordPress Starter Theme

Summary

For use as a starting template for building custom themes. Uses SCSS and AutoPrefixr, HTML5 Boilerplate with Modernizr and Normalize.css, and Grunt for all processing tasks.

Usage

The theme is setup to use Grunt to compile SCSS (with source maps), run it through AutoPrefixr, lint, concatenate and minify JavaScript (with source maps), optimize images, with flexibility to add any additional tasks via the Gruntfile.

Run npm install to pull in all Grunt dependencies. Run grunt to execute tasks.

  • Compile assets/styles/style.scss to style.css
  • Compile assets/styles/editor-style.scss to editor-style.css
  • Compile assets/styles/lte-ie9.scss to lte-ie9.css
  • Concatenate and minify plugins in assets/js/vendor and assets/js/source/plugins.js to assets/js/plugins.min.js
  • Minify and lint assets/js/source/main.js to assets/js/main.min.js

To concatenate and minify your jQuery plugins, add them to the assets/js/vendor directory and add the js filename and path to the Gruntfile uglify task. Previous versions of the starter theme automatically pulled all plugins in the vendor directory, but this has changed to allow more granular control and for managing plugins and assets with bower.

Features

  1. Normalized stylesheet for cross-browser compatibility using Normalize.css version 3 (IE8+)
  2. Condensed Bootstrap Grid - Full bootstrap grid experience packed into a 2kb Sass partial
  3. SCSS partially setup with reset dependencies and base styles
  4. Grunt for processing all SASS, JavaScript and images
  5. SVG Defs system with png fallback

Credits

About

(No Longer Maintained - Check out https://github.com/roots/sage)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages