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

3.0.4

Diff

Changelog

Source

v3.0.4

eslint
  • Bug Fixes
    • Fix issue that hide the warnings when no errors were found - e5ca52c, royriojas, 30/03/2015 02:58:50
royriojas
published 3.0.3 •

Changelog

Source

v3.0.3

protractor conf helper
  • Bug Fixes
royriojas
published 3.0.2 •

Changelog

Source

v3.0.2

protractor conf helper
  • Bug Fixes
    • Fix 'missing suistes property' in config - 50edd48, royriojas, 30/03/2015 01:51:18
royriojas
published 3.0.1 •

Changelog

Source

v3.0.1

protractor conf helper
  • Bug Fixes
royriojas
published 3.0.0 •

Changelog

Source

v3.0.0

  • Refactoring
    • Remove old modules taht are not longer needed - 26d5c23, royriojas, 30/03/2015 01:32:32
royriojas
published 2.1.3 •

royriojas
published 2.1.2 •

Changelog

Source

v2.1.2

esformatter
  • Bug Fixes
    • revert back the setting to force quotes - 47c1888, royriojas, 29/03/2015 03:37:00
royriojas
published 2.1.1 •

Changelog

Source

v2.1.1

lessify
  • Bug Fixes
    • Handle escaping chars in less files - e7d1810, royriojas, 29/03/2015 03:15:38

      • files that contain the \\ character will be properly handled now. This is quite common when adding font-codes
esformatter
  • Enhancements
    • esformatter quotes avoidEscape - 09051b7, royriojas, 29/03/2015 03:13:26

      Make sure we don’t accidentally break apps by changing double quotes to single quotes.

css-font
  • Bug Fixes
    • Fix wrong prop for css-font task - 797f04b, royriojas, 29/03/2015 03:11:21

      • Make it generic, so other fonts can be generated using this task
      • BREAKING CHANGE: Fix typo on property opts.jsonCodesOutput on the css-font task. (before it was opts.jsonCodesOuput
royriojas
published 2.1.0 •

Changelog

Source

v2.1.0

bundler
  • Refactoring
    • Add a watch suffix for bundler tasks targets - 0c9bba3, royriojas, 26/03/2015 01:45:28

      In order to be consistent, and to provide a better api, bundler targets now won't use the grunt.option('watch-task') to especify which task to be run in watch mode. Instead now they can be called from the command line like this:

      grunt bundler:target:watch # the watch suffix will run this task in watch mode
      
royriojas
published 2.0.8 •

Changelog

Source

v2.0.8

check-valid tasks
  • Enhancements
    • Honor the --skip-cache flag and provide consistent output - 58d33f9, royriojas, 26/03/2015 00:59:11

      Running the tasks with

      grunt check-valid --skip-cache=true
      

      Will now delete the cache files. Subsequent calls to this task without that flag will use a new cache file. This is useful when a configuration file has changed and we want to destroy the cache that was created when using the previous configuration, since the files didn't change, the tasks would assume they are OK.

      TODO: Store the configuration as well as part of the cache, that way if the config change the task will destroy the cache automatically and create a new one for the next executions without actually having to use the --skip-cache flag. Fix <a target="_blank" class="info-link" href="https://github.com/royriojas/build-workflow/issues/5"><span>#5</span></a>

      Also in this commit. Normalized the output of the checkvalid tasks. Fix <a target="_blank" class="info-link" href="https://github.com/royriojas/build-workflow/issues/6"><span>#6</span></a>

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