This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
docker-magento
espejo de
https://github.com/markshust/docker-magento
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix bin/grunt CLI script
#569
Mark Shust
hace 3 años
padre
dbd31647b0
commit
8f689ffb24
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
compose/bin/grunt
+ 1
- 1
compose/bin/grunt
Ver fichero
@@ -1,2 +1,2 @@
#!/bin/bash
-bin/cli grunt "$@"
+bin/cli
./node_modules/grunt/bin/
grunt "$@"