Re: [Pkg-javascript-devel] Grunt plugins not found by Grunt

2017-12-01 Thread Ben Finney
Pirate Praveen writes: > On 2017, ഡിസംബർ 1 4:08:53 PM IST, Ben Finney wrote: > >Ross Gammon writes: > > > >> This tripped me up too when packaging something that needed the > >> system-wide installed Tasks. > > > >So the Debian packages install the plug-ins, in such a way that it > >doesn't wor

Re: [Pkg-javascript-devel] Grunt plugins not found by Grunt

2017-12-01 Thread Pirate Praveen
On 2017, ഡിസംബർ 1 4:08:53 PM IST, Ben Finney wrote: >Ross Gammon writes: > >> This tripped me up too when packaging something that needed the >> system-wide installed Tasks. > >So the Debian packages install the plug-ins, in such a way that it >doesn't work by default with Debian-packaged ‘grun

Re: [Pkg-javascript-devel] Grunt plugins not found by Grunt

2017-12-01 Thread Ben Finney
Ross Gammon writes: > This tripped me up too when packaging something that needed the > system-wide installed Tasks. So the Debian packages install the plug-ins, in such a way that it doesn't work by default with Debian-packaged ‘grunt’? That seems like a bug in packaging those Debian package.

Re: [Pkg-javascript-devel] Grunt plugins not found by Grunt

2017-12-01 Thread Pirate Praveen
On വെള്ളി 01 ഡിസംബര്‍ 2017 12:43 വൈകു, Ross Gammon wrote: > Hi Ben, > > This tripped me up too when packaging something that needed the > system-wide installed Tasks. > > See if this helps: > https://wiki.debian.org/grunt This and other build tools usage is documented here https://wiki.debian.or

Re: [Pkg-javascript-devel] Grunt plugins not found by Grunt

2017-11-30 Thread Ross Gammon
Hi Ben, This tripped me up too when packaging something that needed the system-wide installed Tasks. See if this helps: https://wiki.debian.org/grunt Ross On 12/01/2017 05:18 AM, Ben Finney wrote: > Howdy all, > > I am attempting to satisfy the build dependencies for a package using > Grunt as i