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

grunt-css-combo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-css-combo

Grunt plugin for CSS Combo, a css module combo tool.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by55.56%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-css-combo

CSS Combo���ߵ�grunt���

��ο�ʼ

���ն���cd�������ĿĿ¼�����grunt.js����Ŀ¼����Ȼ��ʹ��npm install grunt-css-combo����װ���

Ȼ������������ļ� grunt.js ������ò��:

grunt.loadNpmTasks('grunt-css-combo');

�ĵ�

ʹ�úܼ򵥣�ֱ����CSS Combo�����ü��ɡ����Խ�����ֱ���Ʋ�CSS Combo���ĵ�KSP���ĵ�.

grunt.initConfig({

    'css-combo':{
        file1:{
            'target': 'xxx.source.css',
            'output': 'xxx.css',
            'inputEncoding': 'utf-8',
            'outputEncoding': 'gbk',
            'compress': true,
            'debug': false
        },

        file2: {
            ...
        }
    }
});

Ȼ�����ǿ��Ա����ͨ��grunt������ִ��

$ grunt css-combo

����ִ�����е���

$ grunt css-combo:file1

License

Copyright (c) 2012 daxingplay Licensed under the MIT license.

Keywords

FAQs

Package last updated on 29 Jan 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