Add requirements.txt file watching.
This commit is contained in:
parent
aa4e2d9d6f
commit
be6240e9ea
@ -4,5 +4,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
bower_install: {
|
bower_install: {
|
||||||
command: 'bower install'
|
command: 'bower install'
|
||||||
|
},
|
||||||
|
pip_install: {
|
||||||
|
command: 'pip install --upgrade --requirement requirements.txt'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -9,5 +9,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
gruntfile: {
|
gruntfile: {
|
||||||
files: ['Gruntfile.js']
|
files: ['Gruntfile.js']
|
||||||
|
},
|
||||||
|
requirements: {
|
||||||
|
files: ['requirements.txt'],
|
||||||
|
tasks: ['shell:pip_install']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user