GithubHelp home page GithubHelp logo

uw-2013's Introduction

UW 2013

UW branded Wordpress theme by the UW Web Team.

Javascript Development

The javascript is developed using Grunt. Here's how to install and start developing (mac):

Using a package manager like Homebrew, install npm and node.js

brew install npm

Then install Grunt through npm globally

npm install -g grunt-cli

Clone/download the UW 2013 theme and change into its root directory

git clone https://github.com/uweb/UW-2013.git ~/directory/to/uw-2013/theme/
cd ~/directory/to/uw-2013/theme/

Once in the theme directory, install the node dependencies

npm install 

Once that's done run the following command. Now every file defined by Gruntfile.js will trigger concatenating and minifying the javascript files.

grunt watch

Two will be created, a minified site.js and an unminified site.dev.js. If you are logged into Wordpress then site.dev.js will load. If you're visiting anonymously then site.js will load.

uw-2013's People

Contributors

kilianf avatar swansong avatar

Stargazers

Rahul avatar Rick Hauptman avatar Jingchen Hu avatar

Watchers

Chris Heiland avatar James Cloos avatar  avatar Dane Odekirk avatar Terrill Thompson avatar Thomas Winston Thorpe avatar  avatar  avatar Benjamin Erickson avatar Rick Hauptman avatar Tiffany Sevareid avatar Lauren Caple avatar  avatar Teri Shelton avatar

Forkers

nambuben terrill

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.