grunt-swig icon indicating copy to clipboard operation
grunt-swig copied to clipboard

Static site compiler using swig

Results 13 grunt-swig issues
Sort by recently updated
recently updated
newest added

I'm trying to upgrade my project to the latest, but I'm running into issues with my config giving weird outputs. It just gives me the following three lines and tells...

Update peerDependencies to support Grunt 1.0 Hello, This is an automated issue request to update the `peerDependencies` for your Grunt plugin. We ask you to merge this and **publish a...

# Version 1.0.0 Release Discussion @rtgibbons I'm willing to help with maintenance. Here are some initial thoughts. I propose... ## Versioning Going Forward - We begin following semantic versioning [http://semver.org/](http://semver.org/)...

enhancement
question
v1.0.0

- Add the `generatedExtension` option to change the output file extensions. - Add the `expandDirectories` option to allow writing directly to the 'dest' directory without expanding the subpaths

Hi I am not able to disable the cache in `init` Is this a bug? ``` swig: { init:{ cache: false, autoescape: true }, dev:{ src: ['views/**/*.swig'], dest: '', production:...

grunt.util._.extend overwrites first target

Proposal that we use a more standard grunt config format of: ``` grunt.initConfig({ swig: { options { generateSitemap: true }, dev: { options{ generateSitemap: false }, src: [**/*.swig], dest: 'www/'...

v1.0.0

I hope to have make this as customizable as possible. What you can achieve is: Have a project called XYZ that requires `grunt-swig` AND `swig-sometag` (as siblings). **XYZ\Gruntfile.js**: ``` javascript...