Git Product home page Git Product logo

Comments (4)

shama avatar shama commented on May 28, 2024

Grunt doesn't have a server built into the cli. Which server task are you using? Would you mind posting your Gruntfile as well? Thanks!

from grunt-cli.

doomsbuster avatar doomsbuster commented on May 28, 2024

https://gist.github.com/doomsbuster/7404046

from grunt-cli.

shama avatar shama commented on May 28, 2024

Looks like you're using the connect task for a server. I recommend reducing what your server is doing to try and find the source the issue. On its own, the connect task shouldn't consume much but can depending on what you have configured the server to do.

Also check to make sure you're not watching more files than you need to watch. Sometimes a wild pattern can match all the files in your node_modules folder. In general the template that Yeoman produces is very bloated. I recommend reducing your Gruntfile to only the parts you actually need and simplifying.

Closing as this isn't an issue for grunt-cli.

from grunt-cli.

doomsbuster avatar doomsbuster commented on May 28, 2024

I have a watch setup on the app directory, that does not have the node_modules directory.
yeoman: {
// configurable paths
app: require('./bower.json').appPath || 'app',
dist: 'dist'
},
styles: {
files: ['<%= yeoman.app %>/styles/{,/}.css'],
tasks: ['copy:styles', 'autoprefixer']
},
livereload: {
options: {
livereload: '<%= connect.options.livereload %>'
},
files: [
'<%= yeoman.app %>/{,/}.html',
'.tmp/styles/{,/}.css',
'{.tmp,<%= yeoman.app %>}/scripts/{,/}.js',
'<%= yeoman.app %>/images/{,/}.{png,jpg,jpeg,gif,webp,svg}'
]
}
i run the default server 'grunt server' which means its not building and running from the dist directory.

from grunt-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.