Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
/ UW-2013 Public archive

Most up-to-date UW-branded WordPress theme by the Marketing & Communications Web Team.

Notifications You must be signed in to change notification settings

uweb/UW-2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Most up-to-date UW-branded WordPress theme by the Marketing & Communications Web Team.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •