generator-marionette icon indicating copy to clipboard operation
generator-marionette copied to clipboard

Yeoman marionette generator a la AMD

Results 24 generator-marionette issues
Sort by recently updated
recently updated
newest added

The grunt task does not appear to transfer over the handlebars plugin correctly to the dist directory, but I am having quite a time figuring out what exactly is going...

describe("ChartApp Factory Tests", function () { var $root={}; beforeEach(module('chartApp')); ``` it("expects GET http calls and returns mock data", inject(function ($http, $httpBackend,$rootScope,$controller) { var url = 'RNASequenceDataServlet?country=scatterplot', successCallback = jasmine.createSpy(); $scope...

I plan to add coffeescript support for the generator, at least for the webapp part? Anybody is working on this? For the express part I can do it but it...

The documented `$ yo marionette:model model-name --inherit model-name` does not seem to work. It always extends from Backbone.Model. Looking at the code (model/index.js), 'inherit' is a positional argument, not an...

Hello. I have few questions: 1. What is a role of the connect:testserver task? I think that express task execute the same role. 2. Maybe will be better to use...

I don't see a reference in the readme that explicitly describes building a production ready project. That is, concatenating and uglifying js and css files, and otherwise copying all project...

In the grunt file there is a section named requirejs.dist.options.paths.templates this path prefixed with '../../' this make sense when accept to use express, but when you don't it points some...

I am sorry this is not an issue with the code but I am struggling to find out how the 'build' task managed to force the browser to reload all...

Would you like to install the full express app or simply the marionette generators? (Y/n)

If you select "No" to the server app questions like this: ``` bash [?] Would you like to install the full express app or simply the marionette generators? No [?]...