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

Debug mode support for assets #484

Closed

Commits on Mar 29, 2018

  1. Define constant for plugin directory's url

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    5bbf63f View commit details
    Browse the repository at this point in the history
  2. Replace all calls to plugins_url with new constant

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    fc8b045 View commit details
    Browse the repository at this point in the history
  3. Remove trailing slash from plugin diretory url constant

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    5555b7e View commit details
    Browse the repository at this point in the history
  4. Define constant for assets suffix to support unminified versions on d…

    …ebugging
    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    e4637a0 View commit details
    Browse the repository at this point in the history
  5. Replace static variables in asset loaders with new assets suffix cons…

    …tant
    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    468784e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13a3be1 View commit details
    Browse the repository at this point in the history
  7. Remove static minification suffix variable

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    7c21a16 View commit details
    Browse the repository at this point in the history
  8. Refactor quill enqueue to use new asset suffixing mechanism

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    122f126 View commit details
    Browse the repository at this point in the history
  9. Load minified jquery-ui css in production mode

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    614aec3 View commit details
    Browse the repository at this point in the history
  10. Load unminified webui-popover js in debug mode

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    7d39d82 View commit details
    Browse the repository at this point in the history
  11. Load unminified deatetimepicker js in debug mode

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    c2ec578 View commit details
    Browse the repository at this point in the history
  12. Load unminified webui-popover js in debug mode

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    a23cd34 View commit details
    Browse the repository at this point in the history
  13. Load unminified izziModal js in debug mode

    Saurabh Shukla committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    5b664d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d36a18a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Pull & merge changes from master

    Saurabh Shukla committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    d6193c5 View commit details
    Browse the repository at this point in the history
  2. Rebuild assets

    Saurabh Shukla committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    d44d13b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge & rebuild assets

    Saurabh Shukla committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    6614ebc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:gocodebox/lifterlms into feature-…

    …debug-enqueue
    Saurabh Shukla committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    ad40aef View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Merge branch 'master' of github.com:gocodebox/lifterlms into feature-…

    …debug-enqueue
    Saurabh Shukla committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    55dab9e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge branch 'master' of github.com:gocodebox/lifterlms into feature-…

    …debug-enqueue
    Saurabh Shukla committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    94ca710 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Pull & Merge master

    Saurabh Shukla committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    914b504 View commit details
    Browse the repository at this point in the history
  2. Rebuild styles

    Saurabh Shukla committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    f21db76 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Resolve conflicts & sync with original

    Saurabh Shukla committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    d2c8c56 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Add task to minify vendor files

    Saurabh Shukla committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d92ff7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3d61b View commit details
    Browse the repository at this point in the history
  3. Copy unminified scripts to dist for debug mode

    Saurabh Shukla committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    c1d5c9f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature-debug-enqueue' of github.com:actual-saurabh/lif…

    …terlms into feature-debug-enqueue
    Saurabh Shukla committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d5afeb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36f43d5 View commit details
    Browse the repository at this point in the history
  6. Rebuild assets

    Saurabh Shukla committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    7a7fc13 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Rewrite some enqueues to use constant instead of function call after …

    …merge
    Saurabh Shukla committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    2e7e4cb View commit details
    Browse the repository at this point in the history
  2. Merge master of source repo

    Saurabh Shukla committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    e75ed14 View commit details
    Browse the repository at this point in the history