Skip to content

Commit

Permalink
Merge branch 'master' of github.com:andredumas/techan.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andredumas committed Jan 9, 2015
2 parents d1efb6e + 62803b4 commit d0c1f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ module.exports = function(grunt) {
grunt.registerTask('examples', ['newer:replace', 'newer:copy']);
grunt.registerTask('dist', ['browserify:dist', 'usebanner', 'karma:dist']);
grunt.registerTask('minify', ['uglify', 'karma:minify']);
grunt.registerTask('serve', ['clean', 'filegen:version', 'examples', 'test', 'connect', 'karma:watch:start', 'watch']);
grunt.registerTask('serve', ['bower', 'clean', 'filegen:version', 'examples', 'test', 'connect', 'karma:watch:start', 'watch']);
grunt.registerTask('release:pre', ['bump-only:prerelease', 'default']);
grunt.registerTask('release:minor', ['bump-only:minor', 'default', 'bump-commit']);
grunt.registerTask('release:major', ['bump-only:major', 'default', 'bump-commit']);
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Download the latest release [https://github.com/andredumas/techan.js/releases/la
Cloning and building the base project:

```shell
git clone git@github.com:andredumas/techan.js.git
git clone https://github.com/andredumas/techan.js.git
cd techan.js
npm install

Expand All @@ -69,10 +69,10 @@ grunt
Cloning the project with all examples and usage:

```shell
git clone --recursive git@github.com:andredumas/techan.js.git
git clone --recursive https://github.com/andredumas/techan.js.git
cd techan.js
npm install
grunt serve
npm start
```

Once running browse to [http://localhost:8000/examples/](http://localhost:8000/examples/) to see examples using the remote
Expand Down

0 comments on commit d0c1f9e

Please sign in to comment.