Is there any way to use jade comments (double forward slashes) instead of HTML comments to denote build blocks? So instead of ``` <!-- build:js --> <!-- endbuild --> ``` can I use ``` //build:js //endbuild ```