Skip to content

Commit

Permalink
added working and tested build method, modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
vedraan committed Jan 29, 2015
1 parent 9c507ca commit 5addcc4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6,797 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
bower_components
app/mockups
*.sublime-workspace
app/styles/main.css
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module.exports = function (grunt) {
// flow: { steps: { 'js': ['concat'], 'css': ['concat']}, post: {}}
// You will also need to disable 'cssmin' and 'uglify' grunt taskts
},
html: '<%= config.app %>/index.html'
html: '<%= config.app %>/*.html'
},

// Performs rewrites based on rev and the useminPrepare configuration
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Orange Boilerplate
==================

Grunt, LESS and include-replace for all your webapp development needs.
Grunt, LESS and include-replace for all your webapp development needs. Project is meant primarily for Orange Hill Development internal use but feel free to use it if you like it.

Project will be maintained on a as-needed basis, so while you're free to submit issues and PRs these will only be solved/merged if we feel it's in the interest of our internal development process.

Instructions
------------

Just clone, run `npm install` and `bower install`. That's it, you're ready to `grunt serve`. Have fun!
1. Create a project folder (e.g. `/projects/orange-project`)
2. Create a folder named `dev` in the project folder (`/projects/orange-project/dev`)
3. Clone orange-boilerplate to `dev` folder, NOT the project folder!
4. Run `npm install` and `bower install` in `dev`.
5. That's it, you're ready to `grunt serve`. Have fun!
Loading

0 comments on commit 5addcc4

Please sign in to comment.