albums icon indicating copy to clipboard operation
albums copied to clipboard

Copying assets doesn't work

Open rofrol opened this issue 7 years ago • 4 comments

Windows 10, elm-0.17.1.

I have to manually run cp -r src/assets ..

npm run dev doesn't do this somehow.

rofrol avatar Sep 21 '16 21:09 rofrol

Works on my machine :-) Just tried a fresh clone.

What version of node are you using ? (I have only ever tested using 6.1.0)

rundis avatar Sep 21 '16 21:09 rundis

$ node --version
v4.5.0
$ npm --version
2.15.9

rofrol avatar Sep 22 '16 10:09 rofrol

maybe worth trying a newer version of node ? not sure what else I can do to help here.

rundis avatar Oct 03 '16 12:10 rundis

Hi! Small bug in server prop or use in index.html

<link rel="stylesheet" href="/src/assets/css/bootstrap.min.css">

denisgrib avatar Feb 25 '18 17:02 denisgrib