javascript - Gruntfile.js not updating to the directory files -
i keep getting error: get http://localhost:9000/scripts/controllers/about.js localhost/:80 http://localhost:9000/scripts/controllers/main.js localhost/:79 http://localhost:9000/scripts/controllers/ayat.js when renamed controllers main.controller.js , whatever.controller.js for reason, index.html file not being updated other files, when rename without dot in middle. my gruntfile: // generated on 2014-11-15 using generator-angular 0.10.0 'use strict'; // # globbing // performance reasons we're matching 1 level down: // 'test/spec/{,*/}*.js' // use if want recursively match subfolders: // 'test/spec/**/*.js' module.exports = function (grunt) { // load grunt tasks automatically require('load-grunt-tasks')(grunt); // time how long tasks take. can when optimizing build times require('time-grunt')(grunt); // configurable paths application var appconfig = { app: require('./bower.json').apppath || 'a...