Questions tagged [grunt-build-control]

Automate version control tasks for your project's built code.

Keep built code in sync with source code, maintain multiple branches of built code, commit with automatic messages, and push to remote repositories.

npm install grunt-build-control --save-dev

After the plugin has been installed, load it in your Gruntfile with:

grunt.loadNpmTasks('grunt-build-control');

Run this task with the grunt buildcontrol command.

16 questions
19
votes
4 answers

Cannot open SSL Key File in Node server - ENOENT

I'm attempting to deploy a project I inherited to heroku using grunt buildcontrol for the first time. Though I am able to build and deploy, on running I get an error: ENOENT: no such file or directory, open 'ssl/keys/server.key' Checking the dist…
Eric H
  • 1,323
  • 3
  • 14
  • 29
2
votes
1 answer

Grunt Serve Dist is not minifying scripts imported through lazy loading

I'm using Yeoman, Grunt and bower for my AngularJS application. It's working fine. I'm using bootstrap, Angular bootstrap, Angular Toaster and few other bower components. But when I do grunt serve:dist, it is not adding all files and also not…
iCode
  • 8,892
  • 21
  • 57
  • 91
2
votes
0 answers

Grunt cssmin is not generating main.css

When I run grunt build --verbose it is telling me that >> Destination not written because minified CSS was empty.. I also notice that is says Files: [no src] -> dist/styles/main.css so if there is no source [no src] it makes sense there is nothing…
user883807
2
votes
2 answers

Grunt build not working in Yo Angular

I build a Angular App with Yo angular-genertor, I was building the app with Grunt Build fine, then I added Bootstrap 3 and also npm install grunt-bower-install I added these lines to the Grunt file module.exports = function (grunt) { …
Vishal Sakaria
  • 1,367
  • 1
  • 17
  • 28
1
vote
0 answers

Angular-fullstack grunt build control heroku deploy error

I am trying to deploy this repo to heroku using grunt --force && grunt buildcontrol:heroku. The app is set up on heroku and linked to mongolab, having used the commands specified in the angular-fullstack docs/ When the build get to the buildcontrol…
alanbuchanan
  • 3,993
  • 7
  • 41
  • 64
1
vote
0 answers

GruntJS: Grunt Build in MEAN.JS

I'm using grunt and MEAN.JS. Before the last commit in git I execute grunt build and created dist directory with: application.js, application.min.css and application.min.js The NODE_ENV varibale is development. I add the new references in…
Aral Roca
  • 5,442
  • 8
  • 47
  • 78
1
vote
0 answers

Grunt CSS and JS files not in

I am developing a web application and trying to load in the following stylesheets using Grunt Build. They all load in fine when using Grunt Serve, but when loaded with Grunt Build the stylesheets are not loading through.