-
Notifications
You must be signed in to change notification settings - Fork 49
Files in "src/js" do not compile #37
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels