Questions tagged as 'grunt'

1
answer

My promise does not call then () on a karma test

I have a problem making mocks with promises for a test with karma: When I execute the "resolve (value)" of my promise, it does not jump to the then , does nothing, does not go to the "error", does not go to the "resolve" and the test is it r...
asked by 06.06.2018 / 17:22
3
answers

Error when executing npm run grunt default?

I have the following files for the GruntJS configuration and thus pass my js files to js.min files The package.json file: { "name": "grunt-primerospasos", "version": "1.0.0", "description": "Descripcion de mi primer proyecto en grun...
asked by 19.09.2017 / 07:05
0
answers

Stop infinite loop of grunt

I am using visual studio in a web project; when executing the watch task of grunt returns an infinite loop with the following message: Running "watch" task Waiting... Verifying property watch exists in config...ERROR >> Unable to process...
asked by 20.06.2018 / 19:17
0
answers

Error invoking module in angularjs

I'm trying to use grunt for my app in angularjs. I have my app.js file as follows: (function(){ "use strict"; angular.module('starter',['starter.features.controllers', 'starter.services', 'starter.directives']) ....... })(); in it...
asked by 01.05.2018 / 06:24
0
answers

moment is not defined Angularjs

I am trying to solve this problem that marks when I go to build grunt ... I am using a librería of bower_components called moment . I'm doing this: var moment; but it does not work I do not know what other metho...
asked by 01.02.2018 / 16:17