shovon / grunt-harp

A grunt task for the Harp server.
MIT License
18 stars 17 forks source link

Set environment at harp compile #7

Open caio-ribeiro-pereira opened 10 years ago

caio-ribeiro-pereira commented 10 years ago

Hi! Is there a way to set a environment in the compile task?:

harp: {
      dist: {
        source: "./",
        dest: "www",
        env: "production" // Like this attribute
      }
    },