{"id":15209241,"url":"https://github.com/passbolt/grunt-passbolt-ejs-compile","last_synced_at":"2025-10-03T01:31:29.340Z","repository":{"id":57255508,"uuid":"101144975","full_name":"passbolt/grunt-passbolt-ejs-compile","owner":"passbolt","description":null,"archived":true,"fork":false,"pushed_at":"2017-09-08T08:06:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T23:16:22.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/passbolt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-23T06:20:05.000Z","updated_at":"2023-01-28T08:36:43.000Z","dependencies_parsed_at":"2022-09-04T14:12:49.558Z","dependency_job_id":null,"html_url":"https://github.com/passbolt/grunt-passbolt-ejs-compile","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passbolt%2Fgrunt-passbolt-ejs-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passbolt%2Fgrunt-passbolt-ejs-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passbolt%2Fgrunt-passbolt-ejs-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passbolt%2Fgrunt-passbolt-ejs-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passbolt","download_url":"https://codeload.github.com/passbolt/grunt-passbolt-ejs-compile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235059234,"owners_count":18929279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-28T07:22:31.845Z","updated_at":"2025-10-03T01:31:24.088Z","avatar_url":"https://github.com/passbolt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-ejs\n\nA Grunt task for compiling [ejs](http://npmjs.org/package/ejs) templates.\n\n## Getting Started\n\nInstall this grunt plugin next to your project's\n[Gruntfile.js](http://gruntjs.com/getting-started) with: `npm install grunt-passbolt-ejs-compile --save-dev`.\n\nThen add this line to your project's `Gruntfile.js`:\n\n```javascript\n  grunt.loadNpmTasks('grunt-passbolt-ejs-compile');\n```\n\n## Documentation\n\nAdd the task to your config and specify the destination for the compiled file:\n\n```javascript\ngrunt.initConfig({\n    ejs_compile: {\n        all: {\n            cwd: path.src_templates,\n            src: ['**/*.ejs'],\n            dest: path.build_templates,\n            expand: true,\n            ext: '.js',\n            options: {\n              delimiter: '?'\n            }\n        }\n    }\n});\n```\n\n## License\nLicensed under the AGPL-3.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassbolt%2Fgrunt-passbolt-ejs-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassbolt%2Fgrunt-passbolt-ejs-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassbolt%2Fgrunt-passbolt-ejs-compile/lists"}