Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Let build install jshint dependency #15

Closed
melvin-ibuildings opened this issue Mar 5, 2014 · 3 comments
Closed

Let build install jshint dependency #15

melvin-ibuildings opened this issue Mar 5, 2014 · 3 comments

Comments

@melvin-ibuildings
Copy link
Contributor

original created by lucasvanlierop

Instead of using composer to trigger installation of jshint let the build do the work.

Add the following target and let jshint targets deped on it (note that this is the parsed version of the xml)

<target name="install-jshint">
        <exec executable="${basedir}/bin/qa-tools">
            <arg line="install:jshint"/>
        </exec>
    </target>
@melvin-ibuildings
Copy link
Contributor Author

original created by mvdbos

Looks like this issue is missing some content?

@melvin-ibuildings
Copy link
Contributor Author

original created by lucasvanlierop

Xml was not shown, added xml formatting ;-)

@DRvanR
Copy link
Contributor

DRvanR commented Apr 16, 2015

Superseded by #69

@DRvanR DRvanR closed this as completed Apr 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants