Code Monkey home page Code Monkey logo

katiemboyd's Introduction

Katie Boyd - UX/Photography Portfolio

Development

The main development files are under the app directory:

app
├── css
├── js
├── lib
└── views

Third-party libraries

Front-end dependencies are managed by Bower and installed into app/lib.

HTML

All HTML is written in the Jade templating language. The views can be found under app/views. The Jade configuration and source which compiles the main view files (as well as provides the include helper method and yield construct) is at app/index.coffee.

All resulting views should be listed under the views variable in app/index.coffee. The key of each hash entry is the resulting filename/path (i.e. index, photography, etc.). The value is the jade filename to yield into the layout for that view.

CSS

CSS is written in LESS under app/css. Compilation is done via Grunt and according to app/css/index.less. Additional CSS files can also be included in the css key of manifest.json.

The framework is Ribs, a Bower-available and maintained fork of Skeleton.

JavaScript

JavaScript is concatenated and minified using uglify through Grunt. You can find all included JS files under the js key of the manifest.json. App-specific JS is written in CoffeeScript and organized under app/js/_coffee. All coffee files under this directory is compiled and concatenated into app/js/build.js, which is then included last in the manifest.

Updating

Run grunt to recompile the entire site. Or, run grunt watch to automatically update files as you develop.

katiemboyd's People

Watchers

Jico Baligod avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.