You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
David Miller 19c1b2eeec instructions update 11 years ago
dist include the LESS files in the dist folder 11 years ago
externals jquery external 11 years ago
img remove unused images 12 years ago
js concat and uglify JS 11 years ago
less setting up Gruntfile and dist folder 12 years ago
mail setting up Gruntfile and dist folder 12 years ago
.gitignore json and travis update 11 years ago
.gitmodules testing submodules with jquery 11 years ago
.travis.yml json and travis update 11 years ago
Gruntfile.js include the LESS files in the dist folder 11 years ago
LICENSE Initial commit 12 years ago
README.md instructions update 11 years ago
bower.json bower json and update travis 11 years ago
index.html concat and uglify JS 11 years ago
package.json concat and uglify JS 11 years ago

README.md

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.

  • First, clone the repository.
  • Run npm install in the root directory to install all of the Grunt dependencies.
  • Run bower install in the root directory to install all of the required Bower components.
  • After all of the node modules and bower components 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. Make sure to check out the Gruntfile and change it around as needed if you're adding more components to your project.

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