gruntjs - What is the function of the quotes in grunt.init.config -
i see in gruntfile:
grunt.initconfig({ 'connect': { testserver: { options: { why connect has quotes? tried removing , works anyway wonder why 'connect': { , not connect: {
is there "good practise" convention, or other convention this? or these reserved words?
Comments
Post a Comment