Open tamtakoe opened 9 years ago
Add module name (which you put into define('module/path/or/name', ...)) into file data:
define('module/path/or/name', ...)
cwd: ... base: ... path: ... contents: ... data: { amdName: 'module/path/or/name' amdDependencies: [...] //also useful }
See: https://github.com/colynb/gulp-data
Add module name (which you put into
define('module/path/or/name', ...)
) into file data:See: https://github.com/colynb/gulp-data