add -inc to word count
use -inc to word count included files also moved private function to bottom
This commit is contained in:
@@ -68,7 +68,7 @@ module.exports = CompileController =
|
||||
}
|
||||
|
||||
wordcount: (req, res, next = (error) ->) ->
|
||||
file = req.query.file
|
||||
file = req.query.file || "main.tex"
|
||||
project_id = req.params.project_id
|
||||
|
||||
CompileManager.wordcount project_id, file, (error, result) ->
|
||||
|
||||
Reference in New Issue
Block a user