Designers - How Do You Start Developing a Site?

almost 9 years ago from Sean Geraghty, Design @ Nested.com

  • Simon EvansSimon Evans, almost 9 years ago

    In addition to the other points made already, have a look at gulp/grunt.

    2 points
    • Patrick SmithPatrick Smith, almost 9 years ago (edited almost 9 years ago )

      I have a set up of gulp tasks for SCSS, Compass, Browserify, Coffeescript if needed, and SVG optimisation at https://github.com/BurntCaramel/guilty-gulp

      It lets you customise the tasks and automatically sets up watch tasks for the paths you have specified.

      I do recommend getting to know gulp by itself as it’s purposely been made simple to use. These tasks I’ve created make it a bit easier and more flexible once you’ve got your head around how it works.

      0 points