Description
From @Headcult on April 26, 2016 11:30
Thanks for the amazing work on integrating Angular 2 with NativeScript at such a good pace. Looking forward for future releases.
The main issue that I'm facing now is:
Dev Dependencies (like Gulp, etc) getting built and build is failing because of which Gulp integration is not working currently.
Can this be fixed at the earliest as we are unable to use Gulp within our project when using Angular 2 and NativeScript?
My Dev Dependencies:
"devDependencies": { "nativescript-dev-typescript": "^0.3.1", "shelljs": "^0.5.3", "typescript": "^1.8.9", "gulp": "^3.9.1", "gulp-debug": "^2.1.2", "gulp-typescript": "^2.12.1", "del": "^2.2.0", "run-sequence": "^1.1.4" }
Build Failure:
`:processDebugResources FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':processDebugResources'.com.android.ide.common.process.ProcessException: org.gradle.process.internal.E
xecException: Process 'command 'C:\Android\android-sdk\build-tools\23.0.3\aapt.e
xe'' finished with non-zero exit value 1`
Copied from original issue: NativeScript/nativescript-angular#195