powellian

Results 4 comments of powellian

@hyndsite you need to look inside the **node_modules** directory - inside that is **npm** directory. Use that and it should work.

The above, using Rollup (es6 imports) didn't work for me. The following works fine: `import Swipe from 'swipejs';`

@petersandor I had exactly the same issue, same stuff missing from my build. I've fixed it with the following updates in Gruntfile.js: uncomment the following tasks: `cssmin`, `uglify`, `concat` in...

I've done another update as `/images/` wasn't copying over in build, but does now after editing the following: - in `usemin` update to: `'/images/**/**'` - in `imagemin` update to: `cwd:...