sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 343 forks source link

Fix missing .js files on compile #579

Closed filipesilva closed 8 years ago

filipesilva commented 8 years ago

Using 0.21.0-pre.0, js files are not copied over on harp compile as they were in 0.20.3.

To be perfectly honest I do not fully understand why https://github.com/sintaxi/harp/pull/526 changed that file or how harp internally works, I just reverted this change on the node_modules my project uses and saw that the previous behaviour was restored.

See https://github.com/sintaxi/harp/issues/571#issuecomment-246149868 for a bit more context.