Commit Graph

15 Commits

Author SHA1 Message Date
Chauncey McAskill
0cfb3fbc7d Add support for loconfig.local.json
If a 'loconfig.local.json' file is present (ignored by git), its settings will be merged with those in 'loconfig.json'. Useful for customizing localhost development (see example below).

Added:
- Utility 'config.js' to prepare build settings.
- Function 'merge()' for recursively merging objects and concatenating arrays.

Example:

```json
{
    "paths": {
        "url": "yourlocal.dev"
    },
    "server": {
        "open": true,
        "https": {
            "key": "~/.config/valet/Certificates/{% paths.url %}.key",
            "cert": "~/.config/valet/Certificates/{% paths.url %}.crt"
        }
    }
}
```
2022-03-22 16:40:51 -04:00
Antoine Boulanger
595ecdc8ee Remove unused settings files, update and simplify for the front boilerplate some settings files 2018-09-05 14:37:37 -04:00
Chauncey McAskill
3c95ab0c46 Modified .gitignore
Changes:
- Removed OS-related rules (those should be globally ignored);
- Ignore Lockfiles;
2016-12-18 14:22:53 -05:00
Chauncey McAskill
79219e0659 Updated EditorConfig Recommendations
Applied 4-spaces for everything as per: https://locomotivemtl.teamwork.com/tasks/7113032
2016-09-07 18:30:36 -04:00
dominiclord
64858642ef Doing some cleaning up 2016-07-19 10:19:52 -04:00
Chauncey McAskill
a4c1721e74 Added 'load-grunt-config' plugin
The plugin replaces the custom 'loadConfig()' function with a more robust and extensible solution.

It handles 'grunt.initConfig()' and 'load-grunt-tasks'.

Changes:
- Moved Grunt task configurations into a 'config/' sub-directory to allow room for custom plugins, modules, and tasks to be defined without being included by the config-loader;
- Updated '.eslintrc' to better lint module-based JS;
- Updated EditorConfig recommendations;
2016-04-11 16:08:58 -04:00
dominiclord
b012a7a991 Charcoal Boilerplate -> Locomotive front-end boilerplate
- Removing Charcoal files and configuration to be backend agnostic (therefore moving the assets)
- Using HTML5 Boilerplate .htaccess to which framework specific rules can be added later on
- Updating README with more information and documentation on the boilerplate
2015-12-07 10:35:27 -05:00
Antoine Boulanger
1fab32203f Change grunt-autoprefixer for grunt-postcss 2015-06-04 15:40:23 -04:00
Antoine Boulanger
8874bbe372 Fix ignore nodes_modules 2015-03-20 16:48:15 -04:00
Mathieu Ducharme
467c715470 Add charcoal-legacy as dependency 2015-03-13 17:48:42 -04:00
Mathieu Ducharme
55654edeb0 Add a composer dependency on CLImate. Add a new script to setup database. 2015-03-13 13:54:14 -04:00
Antoine Boulanger
d3aba1fe4c Add external grunt concat file 2015-01-28 23:00:00 -05:00
Antoine Boulanger
df5d306088 sass stuff 2014-09-30 15:59:23 -04:00
Stephen
42454d8977 update gitignore 2014-09-30 15:57:12 -04:00
Stephen
3d0c3550a0 add script folders 2014-09-29 15:23:18 -04:00