Blame view

frontend/web/css/node_modules/.bin/gulp.cmd 174 Bytes
8df80521   Alexander Karnovsky   not fixed commite
1
2
3
4
5
6
7
  @IF EXIST "%~dp0\node.exe" (
    "%~dp0\node.exe"  "%~dp0\..\gulp\bin\gulp.js" %*
  ) ELSE (
    @SETLOCAL
    @SET PATHEXT=%PATHEXT:;.JS;=;%
    node  "%~dp0\..\gulp\bin\gulp.js" %*
  )