Go to file
2014-09-11 03:52:10 -04:00
bower_components setting up Gruntfile and dist folder 2014-08-12 21:01:38 -04:00
dist include the LESS files in the dist folder 2014-09-11 03:24:56 -04:00
img remove unused images 2014-08-15 03:13:27 -04:00
js concat and uglify JS 2014-09-11 03:07:09 -04:00
less setting up Gruntfile and dist folder 2014-08-12 21:01:38 -04:00
mail setting up Gruntfile and dist folder 2014-08-12 21:01:38 -04:00
.gitignore added .gitignore for node modules 2014-08-12 22:50:21 -04:00
.travis.yml update .travis.yml 2014-09-11 03:48:08 -04:00
Gruntfile.js include the LESS files in the dist folder 2014-09-11 03:24:29 -04:00
index.html concat and uglify JS 2014-09-11 03:07:09 -04:00
LICENSE Initial commit 2014-08-12 18:55:46 -04:00
package.json concat and uglify JS 2014-09-11 03:07:09 -04:00
README.md readme update 2014-09-11 03:52:10 -04:00

Agency by Start Bootstrap Build Status

Agency is a one page HTML theme for agencies created by Start Bootstrap. This repository is a pre-release that we are using to test integrating themes with Grunt, Bower, and ultimately, creating Yeoman and Brunch scaffolds for all of our open source templates and themes.

To access the current version of this template, visit http://startbootstrap.com/template-overviews/agency/.

Using these Source Files

You can use the source files within this repo to customize the Agency theme. You can custmoize the HTML, CSS (using LESS), and the JavaScript while Grunt watches the files and compiles them automatically for you. To get started, follow the steps below.

  • Clone the repo
  • Run npm install in the root directory
  • After all of the node modules are installed you can either edit files and then run grunt to build the new dist folder, or you can run grunt watch which will tell Grunt to watch specified files for changes, and update the files in the dist folder automatically.

Note: You will need to have Node Package Manager (npm) and Grunt installed in order to perform the tasks outlined above.