Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Create a build button on homepage creates 0.10.0 filenames, not 0.11.0. #2575

Closed
alexanderkjeldaas opened this issue Aug 13, 2014 · 5 comments

Comments

@alexanderkjeldaas
Copy link

It seems like the 'create a build' API has not been updated to version 0.11.0

@dancrew32
Copy link

+1

@dancrew32
Copy link

@alexanderkjeldaas, I tried seeing if there was some kind of version parameter for the build API so you wouldn't have to wait for the developer to update it, but it looks like a module list is hardcoded as the only parameter.

  $scope.download = function (selectedModules) {
    var downloadUrl = builderUrl + "/api/bootstrap/download?";
    angular.forEach(selectedModules, function(module) {
      downloadUrl += "modules=" + module + "&";
    });
    return downloadUrl;
  };

Know who to bug about this one?

@GFoley83
Copy link

+1 been like this for a while

@mmedal
Copy link

mmedal commented Sep 4, 2014

+1 Had to make my own by ripping everything out of the dist that I didn't want.

@chrisirhc
Copy link
Contributor

Closing this as duplicate of #2489 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants