Skip to content

Instantly share code, notes, and snippets.

@esteinborn
Last active August 29, 2015 13:57
Show Gist options
  • Save esteinborn/9361490 to your computer and use it in GitHub Desktop.
Save esteinborn/9361490 to your computer and use it in GitHub Desktop.
Web Developer Tips - INF 362 Ver 1

Sublime Text Info:

Prepros

  • Download here: http://alphapixels.com/prepros/
  • Drag a project folder into it.
  • Right click a file change its output location (compiled css, js)
  • Use the live preview (globe icon) to see your changes happen live.
  • Can exclude folders/files by clicking the cog > Project Filters and typing a comma separated list of directories or files to ignore.

RWD Resizer Bookmarklet

GitHub help:

Foundation Grid Easy Mode

Foundation Full

Recommended Scaffolding for your Sass files (makes Prepros easy to setup)

css/
  └── app.css
scss/
  ├── app.scss (Filled with @import's)
  ├── _foundation.min.scss
  ├── _normalize.scss
  ├── _mixins.scss
  ├── _variables.scss
  └── components
    ├── _component1.scss
    ├── _component2.scss
    └── _component3.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment