Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

Invalid tasks/config/npm/gulpfile.js #6937

Open jeffrson opened 4 years ago

jeffrson commented 4 years ago

The file looks very much like the main gulpfile.js. It references (eg) ./tasks/config/user (and others) which do not exist (files are normally expected relative to gulpfile.js).

Eventually this problem is leading to an error message "Gulp Tasks: Command failed" when I edit my project by VSCode.

So, what's this file for actually?

You probably should either delete it, or insert some dummy code and document the usage.

Version

2.4.2

Testcase

gulp --tasks-simple --cwd "c:\test" --gulpfile "c:\test\semantic\tasks\config\npm\gulpfile.js"