浏览代码

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
 ----------

正在加载...
取消
保存