New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-flexcombo

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-flexcombo

The best Grunt plugin ever.

  • 0.1.4
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-flexcombo

flex-combo插件的grunt版本.

Getting Started

依赖 Grunt 版本~0.4.1

安装

npm install grunt-flexcombo --save-dev

安装后,在Gruntfile.js中载入任务

grunt.loadNpmTasks('grunt-flexcombo');

"flexcombo" 任务配置

步骤

grunt.initConfig()中添加flexcombo的配置:

grunt.initConfig({
	flexcombo:{
		options: {
			target:'src',
			urls:'/<%= pkg.group %>/<%= pkg.name %>',
			port:'80',
			servlet:'?',
			separator:',',
			charset:'utf8'
		},
		main:{}
	}
})

更多配置请参照flex-combo

说明

该服务添加了jayli-server,支持标准格式的 SSI include

<!--#include path="asdf.html" -->

使用

建议同generator-clam一同使用

Keywords

FAQs

Package last updated on 02 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc