This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
docker-magento
同期ミラー
https://github.com/markshust/docker-magento
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix bin/grunt CLI script
#569
Mark Shust
3 年 前
親
dbd31647b0
コミット
8f689ffb24
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
compose/bin/grunt
+ 1
- 1
compose/bin/grunt
ファイルの表示
@@ -1,2 +1,2 @@
#!/bin/bash
-bin/cli grunt "$@"
+bin/cli
./node_modules/grunt/bin/
grunt "$@"