Skip to content

Commit

Permalink
Eat own dogfood: use external/amber-dev directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbert Vojčík committed Jun 7, 2015
1 parent e941869 commit fbc7de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ install:
- npm install
- cd external/amber-cli
- npm install
- cd ../amber-dev
- npm install
- cd ../..
script:
- npm test
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -3,7 +3,7 @@ var path = require('path');
module.exports = function(grunt) {

grunt.loadTasks('./internal/grunt-tasks');
grunt.loadNpmTasks('amber-dev');
grunt.loadTasks('./external/amber-dev/tasks');

grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-clean');
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,6 @@
"test": "grunt test && cd external && cd amber-cli && npm test && cd .. && cd .."
},
"devDependencies": {
"amber-dev": "^0.5.0",
"grunt": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
Expand Down

0 comments on commit fbc7de9

Please sign in to comment.