With Wap4 v2, you won't be able to create resource files with file extensions. Instead, resource files are created as follows:
{extension}.{filename}
in wich:
- {extension}: a prefix of the file, acting as an extension
- {filename}: name of the resource file
example:
css.style
js.jquery
For files that are not JavaScript or CSS, create the file with the usual format:
{filename}.{extension}
example:
detail.json
robots.txt