Home

Issue: 1474

Bug in the generation of files in the build

[issue link]

Hello, I have a problem with the generation of files in the build: npm run build.

The file index.spa.html have three tag script with path js file into folder /_nuxt but this folder not exist, ie:

<script src="/_nuxt/manifest.xxx.js"/>
<script src="/_nuxt/common.xxx.js"/>
<script src="/_nuxt/app.xxx.js"/>

The JS files manifest, common and app is at the folder root (dist).

Info:
Nuxt 1.0.0-rc3
Node v6.11.1
SO Windows 10

This question is available on Nuxt.js community (#c1314)