Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keepAlias options #79

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Add keepAlias options #79

wants to merge 19 commits into from

Commits on Oct 30, 2014

  1. Configuration menu
    Copy the full SHA
    907b014 View commit details
    Browse the repository at this point in the history
  2. Add: keepAlias options

    Bacra committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    9c03a84 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. Add: min alias

    if  `keepAlias` is string, min alias for
    seajs modules and output the min alias list
    Bacra committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    68c6187 View commit details
    Browse the repository at this point in the history
  2. Update: protect minAlias file

    Bacra committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    500eded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5071377 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70f6e7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev'

    Bacra committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    7cb0df8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Configuration menu
    Copy the full SHA
    cdb75e8 View commit details
    Browse the repository at this point in the history
  2. Add: basefile for err msg

    It is usefull for debug
    Bacra committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    b7669a3 View commit details
    Browse the repository at this point in the history
  3. Fix: alias is lost

    Bacra committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    721948a View commit details
    Browse the repository at this point in the history
  4. Fix: the list will be repeated a second time to perform

    Add: `all` `minAll` `last` `new` list update info
    Bacra committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    55f12ae View commit details
    Browse the repository at this point in the history
  5. Merge branch 'push1'

    Conflicts:
    	tasks/transport.js
    Bacra committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    9ebaf58 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Fix: async alias replace

    Bacra committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    7439b70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev'

    Bacra committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    832d65e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. Configuration menu
    Copy the full SHA
    7f96ffa View commit details
    Browse the repository at this point in the history
  2. Fix: keepAlias is module name, not file path

    before:
    'alias key'=>'./global.js'
    after:
    'alias key'=>'parent/global.js'
    Bacra committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    1e0dc8c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'push1'

    Bacra committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    a2dfff0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Update: cutInt method

    Bacra committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    d46739e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Fix: full url alias min

    Bacra committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    6acea75 View commit details
    Browse the repository at this point in the history