Skip to content

Files in "src/js" do not compile #37

@alphex

Description

@alphex

I have 5 3rd party library files in the src/js directory.

When I run npm start they do not compile in to the build/js/scripts.js file.

There are no logs indicating any errors...

not sure where to start.

➜  rin git:(master) ✗ ls -la src/js
total 192
drwxr-xr-x  8 duran  staff    256 Aug 11 09:13 .
drwxr-xr-x  6 duran  staff    192 Aug 11 09:14 ..
-rw-r--r--  1 duran  staff   5190 Aug 11 09:13 blazy.js
-rw-r--r--  1 duran  staff   7211 Aug 11 09:13 flickity-fade.js
-rw-r--r--  1 duran  staff  57429 Aug 11 09:13 flickity.js
-rw-rw-r--  1 duran  staff   7429 Aug 11 09:13 modal-video.min.js
-rw-r--r--  1 duran  staff    303 Aug 11 09:25 script-core.js
➜  rin git:(master) ✗ ls -la build/js
total 8
drwxr-xr-x  3 duran  staff   96 Aug 11 09:21 .
drwxrwxrwx  6 duran  staff  192 Aug 11 09:21 ..
-rw-r--r--  1 duran  staff  188 Aug 11 09:25 scripts.js
➜  rin git:(master) ✗ more build/js/scripts.js
!function(){for(var a=document.querySelectorAll("a"),i=0;i<a.length;i++)a[i].host!==location.host&&(a[i].setAttribute("target","_blank"),a[i].setAttribute("rel","noopener noreferrer"))}();

Thoughts?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions