Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 2739fb1

Browse files
committed
chore(gulp): don't symlink node_modules for dart examples
Oups, missed this earlier.
1 parent 761ec00 commit 2739fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ gulp.task('help', taskListing.withFilters(function(taskName) {
378378
// requires admin access because it adds symlinks
379379
gulp.task('add-example-boilerplate', function() {
380380
var realPath = path.join(EXAMPLES_PATH, '/node_modules');
381-
var nodeModulesPaths = getNodeModulesPaths(EXAMPLES_PATH);
381+
var nodeModulesPaths = excludeDartPaths(getNodeModulesPaths(EXAMPLES_PATH));
382382

383383
nodeModulesPaths.forEach(function(linkPath) {
384384
gutil.log("symlinking " + linkPath + ' -> ' + realPath)

0 commit comments

Comments
 (0)