[jbosstools-issues] [JBoss JIRA] (JBDS-3875) Split gulpfile.js to multiple modules to simplify maintenance

Pavol Pitonak (JIRA) issues at jboss.org
Mon May 2 09:09:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199653#comment-13199653 ] 

Pavol Pitonak commented on JBDS-3875:
-------------------------------------

[Test tasks|https://github.com/redhat-developer-tooling/developer-platform-install/blob/master/gulp-tasks/tests.js]were moved to separate file some time ago.

Now we should do the same for build-related tasks (and clean-up tasks if it makes sense)

I also suggest that we use some naming convention for Gulp tasks, what about prefixing _test:_ for everything in test tasks and _build:_ for build-related tasks? We already have _transpile:app_.

The only tasks that stay in gulpfile.js are high-level tasks that should also have 1:1 mapping to npm scripts (i.e. npm run package-simple calls gulp package-simple)... not sure about naming conventions for these scripts/tasks.

> Split gulpfile.js to multiple modules to simplify maintenance
> -------------------------------------------------------------
>
>                 Key: JBDS-3875
>                 URL: https://issues.jboss.org/browse/JBDS-3875
>             Project: Red Hat Developer Studio (DevStudio)
>          Issue Type: Task
>          Components: platform-installer
>    Affects Versions: 10.0.0.Alpha1
>            Reporter: Jan Richter
>            Assignee: Pavol Pitonak
>              Labels: havoc
>
> Following up from JBDS-3851. Split the gulpfile into separate modules.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list