NudeProject is meant to be a starting point for new landing pages, single-page sites, or even just basic mockups. The point is to get me off the ground quickly. It only provides the most basic things that I need most of the time. These include grunt tasks, normalized CSS, modernizr, and a SVG fallback snippet in javascript. Check out the project on github.

grunt

included grunt taks

  • clean -- removing files before tasks run
  • cssmin -- minify and concat css files
  • imagemin -- compress images and jpeg
  • svgmin -- compress svg files
  • uglify -- minify and concat js

stylesheets

  • normalize.css

javascript

modernizr custom build

  • cssanimations
  • csstransforms
  • csstransforms3d
  • csstransitions
  • canvas
  • audio
  • video
  • localstorage
  • svg
  • touch
  • webgl
  • shiv
  • cssclasses
  • teststyles
  • testprop
  • testallprops
  • prefixes
  • domprefixes
  • css_boxsizing
  • script_async
  • script_defer