网站综合信息 www.school42.com
    • 标题:
    • Matt Ferderer - Tinkering, Developing  
    • 关键字:
    •  
    • 描述:
    •  
    • 域名信息
    • 未注册 
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 百度
    • 0  
    • 1,320  
    • 快照:无首页快照  
    • Google
    • 1  
    • 0  
    • pr:0  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:1/10  
    • 360搜索
    • 0  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    school42.com

    未注册

    获取时间: 2016年10月13日 02:59:23
    No match for "SCHOOL42.COM".
    >>> Last update of whois database: Wed, 2016-Oct-12 19:02:49 GMT <<<
    其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2016年10月13日 02:58:34
    网址:http://www.school42.com/
    标题:Matt Ferderer - Tinkering, Developing & Engineering One
    关键字:
    描述:
    主体:
    Matt Ferderer – Tinkering, Developing & Engineering One Bit at a Time
    Search
    Primary Menu
    Skip to content
    Search for:
    Compile Sass with SassC and Libsass Guide
    January 9, 2014 ferds7Leave a comment
    Recently Foundation launched version 5 of their framework. This introduced me to Libsass and SassC, a library and wrapper that compiles Sass using C instead of Ruby. The Libsass compiler dramatically reduces compiling times compared to the Ruby compiler.
    You can run Libsass with  Node.js and other languages as well instead of using the C wrapper. The SassC wrapper is my preferred method if I don’t plan on installing Node.js on my development virtual machine.
    The following is a quick start on how to compile and run Libsass with the SassC wrapper.
    Tutorial Prerequisites
    I’m using CentOS 6 for this tutorial. You may need to use the sudo command before some of the lines if you do not have root access and it complains about your permissions.
    I’m going to start in my /var/www directory created by Apache HTTP but you can do this in any directory you prefer. You do not need Apache HTTP for this.
    cd /var/www
    Step 1 – Install Dev Tools
    First to compile in Linux you need to install certain Development Tools. Installing the package is the easiest way to make sure you have everything. Without the necessary Development tools you would possibly get an error similar to make: *** [libsass] Error 2.
    yum groupinstall "Development Tools"
    Step 2 – Git Libsass and SassC
    If you don’t already have Git installed you can install it quickly:
    yum install git
    Now we’ll clone Libsass and SassC.
    git clone https://github.com/hcatlin/sassc.git
    git clone https://github.com/hcatlin/libsass.git
    Step 3 – Compile SassC
    Before we can compile SassC we need to link it to the libsass library.
    vi sassc/Makefile
    Add the following line to the top of the file.
    export SASS_LIBSASS_PATH=/var/www/libsass
    Now we can compile SassC.
    cd sassc
    make
    You can now link the file to the PATH so that you do not need to type the whole path to run SassC.
    ln -s /var/www/sassc/bin/sassc /usr/bin/sassc
    Step 4 – Test SassC
    You can now run SassC from any directory. To view the options run the following:
    sassc -h
    To compile a scss file and compress it with a source map you would run the following:
    sassc style.scss -o style.css -t compressed -g
    Feel free to let me know of any mistakes I may have made if you’re an expert on this topic. My main reason for this article was a lack of tutorials on this subject online.
    Work in Progress.
    December 31, 2013 ferds7Leave a comment
    New year, new website.  Expect something up a bit later with my first post on the topic of SassC, Sass in C.  The speedy way to compile Sass.
    Just another WordPress site
    Search for:
    Recent Posts
    Compile Sass with SassC and Libsass Guide
    Work in Progress.
    Recent CommentsArchives
    January 2014
    December 2013
    Categories
    Uncategorized
    Meta
    Log in
    Entries RSS
    Comments RSS
    WordPress.org
    Proudly

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2024-05-08 14:51, Process in 0.0062 second.