ソースを参照

how_to_handle_statics.rst: Update make command

`make css` has been renamed to `make assets`.
master
John Vandenberg 4年前
コミット
a46b05a8f9
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      docs/source/howto/how_to_handle_statics.rst

+ 1
- 1
docs/source/howto/how_to_handle_statics.rst ファイルの表示

@@ -46,7 +46,7 @@ CSS files served to the browser are compiled from their SASS sources. For
46 46
 local development, :command:`npm run watch` will watch for local changes to SASS files and
47 47
 automatically rebuild the compiled CSS.
48 48
 
49
-Use the command :command:`make css` to compile assets manually.
49
+Use the command :command:`make assets` to compile assets manually.
50 50
 
51 51
 Javascript
52 52
 ----------

読み込み中…
キャンセル
保存