TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Renan Hugo
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Renan Hugo

    • Command for run gulp task is not working

      The output.txt file is created, but the gulp task don't run, i have tried any other ways but the same result

      GUI Command - Mac OS
      Command:/Applications/XAMPP/xamppfiles/htdocs/cative/wp-content/themes/cative/gulp/gulp.sh

      ------------- shell ------------

      First try:

      #!/usr/bin/env bash
      
      cd /Applications/XAMPP/xamppfiles/htdocs/cative/wp-content/themes/cative/gulp/ && npm run assistir
      
      exec > output.txt 2>&1
      

      Second try:

      #!/usr/bin/env bash
      
      cd /Applications/XAMPP/xamppfiles/htdocs/cative/wp-content/themes/cative/gulp/ && gulp assistir
      
      exec > output.txt 2>&1
      
      posted in General Discussion
      Renan HugoR
      Renan Hugo