Skip to content

Build config option for other files #10

@jasonmcaffee

Description

@jasonmcaffee

Provide a build option to include any other js files.
Should be at the file level.

modulus.build({
    dist:{
         files:{
             './dist/someFile.js': {
                 include:[
                     {
                        path: './src/vendor/metrics.js',
                        locationInDistFile: 'bottom' //place at the bottom of built file
                      }
                 ]
             }
         }
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions