{"id":19448211,"url":"https://github.com/csbun/fis-preprocessor-browserify","last_synced_at":"2025-10-17T11:23:57.001Z","repository":{"id":57237108,"uuid":"46783790","full_name":"csbun/fis-preprocessor-browserify","owner":"csbun","description":"A browserify preprocessor for fis","archived":false,"fork":false,"pushed_at":"2015-12-10T03:43:16.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T01:15:59.068Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csbun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-24T10:18:16.000Z","updated_at":"2015-11-24T10:23:33.000Z","dependencies_parsed_at":"2022-08-26T14:04:16.368Z","dependency_job_id":null,"html_url":"https://github.com/csbun/fis-preprocessor-browserify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-preprocessor-browserify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-preprocessor-browserify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-preprocessor-browserify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csbun%2Ffis-preprocessor-browserify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csbun","download_url":"https://codeload.github.com/csbun/fis-preprocessor-browserify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240636664,"owners_count":19832922,"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-11-10T16:24:59.000Z","updated_at":"2025-10-17T11:23:56.887Z","avatar_url":"https://github.com/csbun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fis-preprocessor-browserify\n\nA browserify preprocessor for [fis](http://fex-team.github.io/fis-site/) / [Scrat](http://scrat.io) with default transforms:\n\n- [debowerify](https://www.npmjs.com/package/debowerify)\n\n## Usage\n\nYou can use all [browserify opts](https://github.com/substack/node-browserify#browserifyfiles--opts):\n\n```javascript\nfis.config.set('settings.preprocessor.browserify', {\n    // browserify opts\n    browserify: {\n        debug: true\n    },\n});\n```\n\n### fis2\n\n```javascript\nfis.config.set('modules.preprocessor.js', 'browserify');\nfis.config.set('roadmap.path', [\n    {\n        // entry js\n        reg: 'views/**/*.js',\n        // `isLayout` should be `TRUE`\n        isLayout: true\n    }, {\n        // other js `isLayout` != `TRUE`\n        reg: '**/*.js'\n    }\n]);\n```\n\n### fis3\n\n```javascript\nfis.match('index.js', {\n    release: '$0',\n    preprocessor: fis.plugin('browserify')\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Ffis-preprocessor-browserify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsbun%2Ffis-preprocessor-browserify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsbun%2Ffis-preprocessor-browserify/lists"}