Skip to content

Klanders85/just_rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just_Rename

This is a templated project/file structure I made taking parts from various web technologies to help improve Developer Workflow (we know how important that is)

This structure utilizes grunt for a lot, including

  • Running Sass watch
  • Compiling it to CSS
  • If you have additional stylesheets (bootstrap, etc.) it will concatenate them to one CSS file
  • Minifying that "built" CSS
  • Fire up a localweb server located at http://localhost:9001 (you can specify the port if you like)

Easy Use

  1. Clone down the repo to where you want to keep it (think easy access)
  2. You will need to remove the .git files to prevent the files being tracked (messy I know, thats being looked at). Just run find . | grep .git | xargs rm -rf in terminal
  3. When you have a new project, just rename it to what you want
  4. In Terminal cd to the new project root and run grunt

Things included

  • Sass
  • Grunt
  • jQuery(minified)
  • Local Web Server
  • BootStrap
  • Modernizr.js
  • Normalize.css (remove if using Bootstrap

Additions, Comments and Updates

Everything in here is supposed to make your life and terminal window less cluttered and minimalistic...it will constantly evolve or it will die...

About

Boilerplate Project Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published