-
This would prevent the need for "call grunt.initConfig first!" warnings in the docs.
`build` would simply call grunt.initConfig internally.
``` javascript
build.bootstrap({
paths: {
c…
-
Interesting thought came up during an interview... she mentioned they minify their CSS and JS files during the deployment process.
Might be an interesting feature to have these options available in t…
-
Hi
When i run $ grunt sectv-build:sectv-tizen
it shows below error.
$ grunt sectv-build:sectv-tizen
Running "sectv-build:sectv-tizen" (sectv-build) task
Start packaging Samsung Tizen TV Plat…
-
https://github.com/use-init/generator-init/issues/1#issuecomment-30623638
-
This is lower priority, but it should be done at some point. Grunt and Javascript is similar to Make and C, or to Gradle and Java. It's a "task runner" that's used to test, build, and deploy Javascrip…
-
All modern website are built using some kind of `task-runner`.
Harmonic must to support `task-runner` integration in some way.
Maybe a custom CLI command that Harmonic can run after or before the bui…
-
I have tried to implement `bootstrap-less-port` into Magento 2. I have use **Grunt** for the compile less to CSS.
Installed Grunt Details.
> grunt-CLI v1.3.2
> grunt v1.0.4
Magento 2 use belo…
ghost updated
4 years ago
-
![screen shot 2013-10-19 at 1 44 14 am](https://f.cloud.github.com/assets/170270/1365092/52d84816-384f-11e3-89eb-cebea5643fb9.png)
In [yo](https://github.com/yeoman/yo/) we have a nice interactive CL…
-
There is a NPM package for closure-compiler, which makes installing it much easier (npm install...).
This package installs the jar in node_modules/closure-compiler/lib/vendor/compiler.jar
Since the …
-
Strings are sorted here: https://github.com/rubenv/angular-gettext-tools/blob/master/lib/extract.js#L272
Please make this optional, as it is much easier to insert translations in translation software…