If node has been installed with NVM you need to make a symlink to node in /usr/local/bin. Using OS X, the binary path would typically be /Users/[your name]/.nvm/[node version]/bin/node.
var fontfacegen = require('fontfacegen');
var map = require('map-stream');
gulp.task('fontgen', function() {
return gulp.src("./assets/*.{ttf,otf}")
.pipe(map(function(file, cb) {
fontfacegen({
source: file.path,
dest: './dest/'
});
cb(null, file);
}));
});
PropertySortOrder:
enabled: true
order:
- content
- position
- top
- right
- left
- bottom
-
- display
- vertical-align
- margin
- padding
- max-width
- min-width
- max-height
- min-height
- width
- height
-
- font-family
- font-size
- font-weight
- font-family
-
- color
- background
ignore_unspecified: false
min_properties: 2
separate_groups: true
# use mod_rewrite for pretty URL support
RewriteEngine on
# if a directory or a file exists, use the request directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward the request to index.php
RewriteRule . /frontend/web/index.php
<li role="presentation" class="active">
<?php echo HTML::a('Главная', '/web/'); ?>
</li>