3
votes
0answers
28 views

Handling environment-specific configuration in a javascript app

Context : a single-page backbone application build with yeoman I would like a way to have some application parameters depend on my current environment (dev vs production). Right now I am using two ...
1
vote
1answer
40 views

AssignProcessToJobObject on Yeoman / Grunt and Compass

I've been trying to setup yeoman for a new project but when I start grunt compass I get: $>grunt compass Running "compass:dist" (compass) task AssignProcessToJobObject: (5) Access denied. I've ...
0
votes
1answer
52 views

Yeoman Webapp Generator LiveReload Snippet Not Working

I have been trying to adopt the GruntFile.js in the WebApp Generator and mould it to my needs. The issue I am having with the generator is that it does not inject the LiveReload middleware snippet. So ...
0
votes
0answers
27 views

Yeoman backbonejs with pushstate causing issues with grunt-contrib-connect

I have a backbonejs application in my yeoman dev environment. My application uses pushstate, however this causes the connect server to issue 404s when the page is reloaded (via live reload) or when I ...
0
votes
2answers
81 views

How to define what GruntJS serves?

I am following along on the new Google Developers video Automating Your Front-End Workflow With Yeoman 1.0 and things don't really work like it does for Addy. When I run grunt server grunt opens up ...
0
votes
1answer
34 views

Compass sprite, Yeoman, Grunt & image reference don`t combine well together

Yo. I got a simple spriteSet in my webapp: @import "icons/*.png"; @include all-icons-sprites; Grunt or Compass generating the sprited image without any problems, inside my images folder, that was ...
0
votes
0answers
34 views

integrating yeoman with socketstream

I have been developing angular yeoman project and the development process is elegant with yeoman providing necesaary tools for development purposes. At this stage of the project, we are looking to add ...
0
votes
1answer
68 views

How to use Yeoman with Bourbon rather than Compass?

How would I go about setting up Yeoman + Grunt.js to compile Sass without Compass? I'd like to use thoughtbot's Bourbon rather than Compass. Would I need to create a custom generator for this or is it ...
0
votes
2answers
75 views

Configuring backbone and grunt+yeoman to use jade

I'm new to the whole yeoman and grunt scene and I want to know how I can use Jade templates for my backbone views. I downloaded the yeoman backbone generator and ran yo backbone:view email. The ...
0
votes
0answers
27 views

Using ExpressJs with Grunt to generate index.html

I am trying to integrate Grunt to my app, that consists of a Rest API in ExpressJS and AngularJS as the frontend. When doing 'GET /', I'm processing the request with express to check if user is ...
2
votes
1answer
67 views

Best or simplest way to integrate less in yeoman?

I'm experimenting with yeoman. I want to integrate less into my yeoman or grunt build. But I haven't found I simple way to do it. I do have found to yeoman-less repository which refers to ...
2
votes
2answers
51 views

Read package.json in Ember application

We have the following structure (shown just some relevant components) for our yeoman (grunt) based Ember.js project: myapp/ ├── app ├── component.json ├── package.json ├── Gruntfile.js ├── README.md ...
0
votes
1answer
117 views

Grunt concat and minification of css files

I'm currently using the Yeoman generated Gruntfile and am looking to concat AND minify my CSS. The way I'm doing it for my JavaScript appears to be working fine however when i try and apply the same ...
0
votes
1answer
100 views

PHP breaks grunt build (htmlmin)

Using php code breaks the grunt build script of a yeoman generated project. Specifically the htmlmin task breaks. Is there a way to get this to work? A workaround I recently used was commenting out ...
1
vote
1answer
230 views

Yeoman generators, grunt: proper usage of grunt-usemin with grunt-rev

I have a problem with grunt-usemin and grunt-rev. At first the simple workflow to set up an issue environment: Create web application using yo webapp generator (the same thing with ...
0
votes
1answer
86 views

Grunt: including a generated file in usemin

This is the relevant part in my index.html: <!-- build:js scripts/scripts.js --> <script src="scripts/vendor/jquery.js"></script> <script ...
4
votes
1answer
946 views

What is workflow in Yeoman to work with Sass files?

I try to use yeoman but I don't know how to use my own sass files with it. With grunt server Sass files are watched and compiled into .tmp/styles/ But there is no reference to the compiled ...
2
votes
2answers
325 views

Getting grunt.js t work on a pre-existing yeoman project

I have a working yeoman project, which I run the server with grunt server, it works fine. I put the entire thing into a git repo, and checked it out to a new folder... when I try doing 'grunt ...
1
vote
1answer
392 views

Cannot GET / when using yo angular scaffolding

I'm trying to get the Yeoman 1.0 beta's angular scaffolding working by following these workflow steps: npm install generator-angular generator-testacular # install generators yo angular ...
1
vote
1answer
367 views

Yeoman to use google app engine server

I setup Yeoman 1.0 beta to handle my js/css tasks. Everything works fine that, if I run grunt server, it starts up a static server and connects a browser session to port 9000 (livereload). js/css ...
6
votes
2answers
444 views

Using Yeoman/Brunch tools with a hybrid Django/Backbone app?

I'm building a hybrid web application with Django on the back end and Backbone on the front end. The structure is as follows: I generate all the HTML in Django templates, use request.is_ajax to ...
1
vote
0answers
112 views

grunt async task timeout

I've an async task but it timeouts in 5 seconds and grunt moves on to the next task: grunt.registerTask("something", '', function(target){ var done = this.async(); function checkStatus () ...
2
votes
1answer
542 views

Setting up Yeoman with Django

Has anyone being able to get Yeoman to work with Django?? I've tried to set it up and even if i change my grunt file to the correct paths its still uses the default. I've searched only but it doesnt ...
1
vote
2answers
385 views

How can I overwrite default settings in Zurb Foundation using Yeoman?

I've installed Zurb Foundation into my Yeoman project using yeoman install foundation then included it in my project by updating my Gruntfile.js using require: 'zurb-foundation' The problem now ...
0
votes
0answers
72 views

Yeoman: change location and name of destination for javascript build [closed]

I am really loving Yeoman, but want to use it in a project that demands that javascript be placed in 'public/javascripts'. I can get it to write the js to that location, but I don't need the other ...
7
votes
2answers
1k views

Integrating Jade in Yeoman's server/watch/reload tasks

I've been playing around with Yeoman & Jade. I've created a small test app via yeoman init angular (it's an angular app, but that's not the point here)... When I enter yeoman server at the ...
1
vote
1answer
630 views

How to manage and concat CoffeeScript files with Grunt/Yeoman?

I am new to Grunt/Yeoman and I have an existing app with 40+ Coffeescript files like this: scripts/ lib/ ... common/ ... util/ ... app/ views/ models/ A.cofffee ...
0
votes
1answer
1k views

Grunt/Yeoman concat javascript files with absolute path

I have issue using Gruntfile.js, when the javascript files src path are started with "/". I follow this usecase http://briantford.com/blog/angular-yeoman.html By default, JS files are included as ...
0
votes
2answers
302 views

unable to load grunt-contrib module

I am using yeoman for my development workflow. I have installed grunt-contrib in my project folder, and added the loadnpm tasks in my gruntfile.js However when I start my yeoman server, it keeps ...
2
votes
2answers
729 views

Using Yeoman/Brunch/Grunt inside of an Express.js project

I am wondering how I should structure the front-end of my Express.js project. I haven't done much with Grunt before, but I understand that it performs tasks such as compiling, and then saves the ...
0
votes
1answer
50 views

Wildcard includes

Is it possible to use wildcards for imports? For example: <!-- build:js scripts/scripts.js --> <script src="scripts/models/*"></script> <script ...
1
vote
1answer
191 views

How can I load two grunt tasks with the same name?

Im using yeoman for a project. Basically it's working fine, but during the build process I want to move my images folder to somewhere else. So I loaded the grunt-contrib-copy task which would let me ...
1
vote
1answer
192 views

yeoman paths to assets. directory not at root of server

I create a default yeoman project. yeoman server works great. yeoman build results in files put in the dist folder. when i push to a folder on a staging server that is not at the root i get 404s. ...
0
votes
0answers
507 views

Is yeoman server broken for coffeescript angular projects? [closed]

yeoman init angular --coffee # question defaults yeoman server Running these commands in a clean directory produces the following error: Error: /scripts/app.js Not Found. The problem arises because ...
1
vote
1answer
422 views

Continuous CSS concatenation in background with Yeoman

I'm using Yeoman and I can't find a way to trigger the CSS task upon file change. I have a project structure like \ app -----\ module1 ------- style.css -----\ module2 ------- ...
1
vote
1answer
162 views

extend yeoman build process to minify json

i'm looking for a way to extend the build process of yeoman with something to minify json files ... i found a npm package which can minify json files but it doesn't export any functions :/ anyone that ...
1
vote
1answer
702 views

nodejs / grunt usemin plugin

I'm using yeoman and grunt to build my project and grunt-css plugin for using 'cssmin' instead of 'css' built-in with grunt.js index.html <!-- build:css styles/styles.css --> <link ...
4
votes
1answer
435 views

Configuring Yeoman for building non-root projects

I might be missing something obvious, but i really can't figure it out by going over the docs and issues on GitHub - I'm developing an AngularJS project that will be deployed on a specific ...
3
votes
1answer
731 views

gruntjs vs yeoman vs guard

I am currently using guard to watch changes on my .coffee and .scss files and compile them appropriately. Now, gruntjs and yeoman offer similar features. What would be the incentives to move away ...
2
votes
2answers
2k views

yeoman build process

So I'm currently using Yeoman which I very much love. I have a task to do which is grab my angular app and make it serverless. Basically this means grabbing all of the templates and inserting them ...
5
votes
2answers
4k views

Yeoman: LiveReload vs. Yeoman Watch

I'm trying out Yeoman Server for the first time and see that it offers a native watch tool as a fallback to LiveReload. Here's how the docs explain the fallback: "[Yeoman Server] automatically fires ...