Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

build-workflow

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-workflow - npm Package Versions

1
13

0.1.2

Diff

royriojas
published 0.0.35 •

Changelog

Source

v0.0.35

  • Enhancements
    • Add common globlals to .jshintrc - 5dd09e2, royriojas, 25/10/2014 21:25:06
royriojas
published 0.0.34 •

Changelog

Source

v0.0.34

  • Features
    • New requireArr transform - 2e3c369, royriojas, 25/10/2014 21:05:43

      Usage

      In your code

      // pass the path using `globs` like the ones grunt.file.expand method will accept
      // if you want to exclude a module, use the `!` prefix to exclude files from being required
      var modules = requireArr('./modules/**/*.js');
      var moreModules = requireArr('./modulesB/**/*.js', './modulesA/**/*.js', '!./modulesB/excluded.js');
      
      

      In your grunt browserify config

      // in your grunt-browserify config
      options: {
        preBundleCB: function ( b ) {
          // this will register the transform
          b.transform( require( 'build-workflow/utils/require-arr' ));
          return b;
        }
      }
      
  • Build Scripts Changes
  • Bug Fixes
    • Fix for undefined arguments inside the pre-push hook - bfca07d, royriojas, 10/10/2014 20:12:23
royriojas
published 0.0.33 •

Changelog

Source

v0.0.33

  • Refactoring
royriojas
published 0.0.32 •

Changelog

Source

v0.0.32

  • Enhancements
    • properly show common-config load error - 9f8102b, royriojas, 09/10/2014 02:13:36

    • Improve check-valid and pre-push - cc7f086, royriojas, 09/10/2014 02:11:39

    • Add option to not replace the pkg.version inside the grunt tasks - 03ef1eb, royriojas, 08/10/2014 23:49:28

  • Features
royriojas
published 0.0.31 •

royriojas
published 0.0.30 •

Changelog

Source

v0.0.30

royriojas
published 0.0.29 •

Changelog

Source

v0.0.29

  • Enhancements
    • Add Karma Helper to make easier to declare the preprocessors - 63fad82, royriojas, 12/09/2014 11:14:16
royriojas
published 0.0.28 •

Changelog

Source

v0.0.28

  • Enhancements
  • Documentation
    • Remove confusing description from documentation [#1] - 3ff3749, royriojas, 12/09/2014 00:44:05
royriojas
published 0.0.27 •

Changelog

Source

v0.0.27

  • Documentation
  • Enhancements
    • changelog will load even when deps are not installed - 5e997d3, royriojas, 12/09/2014 00:23:21
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc