'define' is not defined error on RequireJS & Webapp Yo generator
问题 I have struggled a few days to figure this out,, but finally I need your help today. my repo: https://github.com/seoyoochan/bitsnut-web what I want to achieve : - Load and optimize r.js - Write bower tasks for RequireJS and r.js : tasks are: minify & uglify & concatenation for RequireJS, and optimise with r.js on production - How to exclude js script tags in index.html when using wiredep tasks and load them through RequireJS loader? I use Yeoman 'Webapp' generator and generated the scaffold