Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Severity Code Description Project File Line
  2. Error The command ":: Running Gulp - check output if build fails
  3. cd C:\Projects\Degreed\trunk\Degreed.Web\
  4.  
  5. set gulpCmd=local
  6. if Local == Production (
  7. set gulpCmd=azure
  8. )
  9. if Local == Staging (
  10. set gulpCmd=azure
  11. )
  12. if Local == Beta (
  13. set gulpCmd=azure
  14. )
  15.  
  16. echo Starting SASS - %gulpCmd%
  17. js-tasks.bat %gulpCmd%
  18. echo Done SASS" exited with code 1. Degreed.Web
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement