grunt-swig
grunt-swig copied to clipboard
Static site compiler using swig
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/)...
- 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/'...
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...